Shades of East Side #AD90C9
Tints of East Side #AD90C9
RGB
CMYK
RGB Variations
Color information
#AD90C9 (or 0xAD90C9) is known color: East Side. HEX triplet: AD, 90 and C9. RGB value is (173,144,201). Sum of RGB (Red+Green+Blue) = 173+144+201=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD90C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90C9 is #526F36. Grayscale: #9E9E9E. Windows color (decimal): -5402423 or 13209773. OLE color: 13209773.
HSL color Cylindrical-coordinate representation of color #AD90C9: hue angle of 270.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD90C9 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 144 | 201 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.21 |
| HSL | 270.53º | 0.35% | 0.68% | - |
| HSV(B) | 270.53º | 0.28% | 0.79% | - |
| XYZ | 37.75 | 33.05 | 59.65 | - |
| YUV | 159.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 201 | 0.14 | 0.28 | 0 | 0.21 | 270.53 | 0.35 | 0.68 |
| Hex | AD | 90 | C9 | E | 1C | 0 | 15 | 10F | 23 | 44 |
| Octal | 255 | 220 | 311 | 16 | 34 | 0 | 25 | 417 | 43 | 104 |
| Binary | 10101101 | 10010000 | 11001001 | 1110 | 11100 | 0 | 10101 | 100001111 | 100011 | 1000100 |
Color Harmonies of #AD90C9
Complementary color
Monochromatic Colors of #AD90C9
Black with #AD90C9
Text Example
Text Example
White with #AD90C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90C9; }
p { color: rgb(173,144,201); }
H1.HeaderClassName
{
color: #AD90C9;
}
.AnyTagClassName
{
color: #AD90C9;
}
</style>
background-color css
<style>
a { background-color: #AD90C9; }
a { background-color: rgb(173,144,201); }
div.DivClassName
{
background-color: #AD90C9;
}
.BgClassName
{
background-color: #AD90C9;
}
</style>
border-color css
<style>
span { border-color: #AD90C9; }
span { border-color: rgb(173,144,201); }
td.TdClassName
{
border-color: #AD90C9;
}
.TagClassName
{
border-color: #AD90C9;
}
</style>