COLOR #AD90C1

HEX: #AD90C1 RGB: (173,144,193)

Color info

#AD90C1 contains red, green and blue colors in about the same proportion. Web safe color of #AD90C1 is #9999CC (or #99C).

RGB color model

#AD90C1 color RGB value is (173,144,193).

RGB: (173,144,193) (68%, 56%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 193 of 255 = 76%

173
144
193

R + G + B ~ 67%. #AD90C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 144 + 193 = 510 (100%)
R 173 of 510 ~ 33.92%
G 144 of 510 ~ 28.24%
B 193 of 510 ~ 37.84'%

%33.92
%28.24
%37.84

CMYK color model

#AD90C1 color CMYK value is (10,25,0,24).

  • cyan value is 10.36%
  • magenta value is 25.39%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (10,25,0,24)
C10M25Y0K24 (10%, 25%, 0%, 24%)
(0.10 / 0.25 / 0.00 / 0.24)

CMYK percentages

%10.36
%25.39
%0
%24.31

Codes

Color #AD90C1 in popluar color models

AD 90 C1
RGB 173 144 193
HSL 276° 28.32% 66.08%
HSB/HSV 276° 25.39% 75.69%
CMYK 10.36% 25.39% 0.00%
24.31%

Color #AD90C1 in popluar number systems.

HEX AD 90 C1
Decimal 173 144 193
Binary 10101101 10010000 11000001
Octal 255 220 301

Shades and tints

Shades of #AD90C1

#AD90C1
(173,144,193)
#9E83B0
(158,131,176)
#8F769F
(143,118,159)
#80698E
(128,105,142)
#715C7D
(113,92,125)
#624F6C
(98,79,108)
#53425B
(83,66,91)
#44354A
(68,53,74)
#352839
(53,40,57)
#261B28
(38,27,40)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #AD90C1

#AD90C1
(173,144,193)
#B49AC6
(180,154,198)
#BBA4CB
(187,164,203)
#C2AED0
(194,174,208)
#C9B8D5
(201,184,213)
#D0C2DA
(208,194,218)
#D7CCDF
(215,204,223)
#DED6E4
(222,214,228)
#E5E0E9
(229,224,233)
#ECEAEE
(236,234,238)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD90C1 color. Also use rgb(173,144,193) instead hex code.

Text Font Color

.myTextColor { color: #AD90C1; }

<p style="color:#AD90C1">This sample text font color is #AD90C1.</p>

This text font color is #AD90C1.

Background Color

.myBgColor { background-color: #AD90C1; }

<div style="background-color:#AD90C1">Inner text</div>

This div background color is #AD90C1.

Border color

.myBorderColor { border: 1px solid #AD90C1; }

<div style="border:3px solid #AD90C1">Div</div>

This div border color is #AD90C1.

Opacity

.myOpacity80 { color: #AD90C1; opacity: 0.8; }

<p style="color:#AD90C1;opacity:0.8;">80%</p>

Text with #AD90C1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AD90C1;}

<p style="text-shadow: 3px 3px 1px #AD90C1">Text here.</p>

This text has shadow with #AD90C1 color.


.textShadow {text-shadow: 3px 3px 1px #AD90C1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AD90C1, 5px 5px 20px red">Text here.</p>

This text has shadow with #AD90C1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD90C1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AD90C1, Direction=45, Strength=4)">Text</p>

This text has shadow with #AD90C1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD90C1;
-webkit-box-shadow: 1px 1px 3px 2px #AD90C1;
box-shadow: 1px 1px 3px 2px #AD90C1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD90C1; -webkit-box-shadow: 1px 1px 3px 2px #AD90C1; box-shadow:1px 1px 3px 2px #AD90C1;">
Div content here
</div>

This div box has shadow with color #AD90C1.

Preview

Color preview on black background

This text has color #AD90C1 on black background.


Color preview on white background

This text has color #AD90C1 on white background.


Black color preview on #AD90C1 background

This text has black color on #AD90C1 background.


White color preview on #AD90C1 background

This text has white color on #AD90C1 background.


Related colors

Complementary color

Complementary color for #hex is #526F3E.


I love getcolorcode.com

Triadic colors

1 #C1AD90 and #90C1AD with #AD90C1 are triadic colors.

2 #C190AD and #90ADC1 with #AD90C1 are triadic colors.