Shades of East Side #AD90B2
Tints of East Side #AD90B2
RGB
CMYK
RGB Variations
Color information
#AD90B2 (or 0xAD90B2) is known color: East Side. HEX triplet: AD, 90 and B2. RGB value is (173,144,178). Sum of RGB (Red+Green+Blue) = 173+144+178=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD90B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90B2 is #526F4D. Grayscale: #9C9C9C. Windows color (decimal): -5402446 or 11702445. OLE color: 11702445.
HSL color Cylindrical-coordinate representation of color #AD90B2: hue angle of 291.18º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD90B2 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 144 | 178 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.30 |
| HSL | 291.18º | 0.18% | 0.63% | - |
| HSV(B) | 291.18º | 0.19% | 0.7% | - |
| XYZ | 35.24 | 32.05 | 46.45 | - |
| YUV | 156.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 178 | 0.03 | 0.19 | 0 | 0.30 | 291.18 | 0.18 | 0.63 |
| Hex | AD | 90 | B2 | 3 | 13 | 0 | 1E | 123 | 12 | 3F |
| Octal | 255 | 220 | 262 | 3 | 23 | 0 | 36 | 443 | 22 | 77 |
| Binary | 10101101 | 10010000 | 10110010 | 11 | 10011 | 0 | 11110 | 100100011 | 10010 | 111111 |
Color Harmonies of #AD90B2
Complementary color
Monochromatic Colors of #AD90B2
Black with #AD90B2
Text Example
Text Example
White with #AD90B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90B2; }
p { color: rgb(173,144,178); }
H1.HeaderClassName
{
color: #AD90B2;
}
.AnyTagClassName
{
color: #AD90B2;
}
</style>
background-color css
<style>
a { background-color: #AD90B2; }
a { background-color: rgb(173,144,178); }
div.DivClassName
{
background-color: #AD90B2;
}
.BgClassName
{
background-color: #AD90B2;
}
</style>
border-color css
<style>
span { border-color: #AD90B2; }
span { border-color: rgb(173,144,178); }
td.TdClassName
{
border-color: #AD90B2;
}
.TagClassName
{
border-color: #AD90B2;
}
</style>