Shades of East Side #AD91C0
Tints of East Side #AD91C0
RGB
CMYK
RGB Variations
Color information
#AD91C0 (or 0xAD91C0) is known color: East Side. HEX triplet: AD, 91 and C0. RGB value is (173,145,192). Sum of RGB (Red+Green+Blue) = 173+145+192=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD91C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91C0 is #526E3F. Grayscale: #9E9E9E. Windows color (decimal): -5402176 or 12620205. OLE color: 12620205.
HSL color Cylindrical-coordinate representation of color #AD91C0: hue angle of 275.74º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD91C0 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 145 | 192 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.25 |
| HSL | 275.74º | 0.27% | 0.66% | - |
| HSV(B) | 275.74º | 0.24% | 0.75% | - |
| XYZ | 36.87 | 32.94 | 54.28 | - |
| YUV | 158.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 192 | 0.10 | 0.24 | 0 | 0.25 | 275.74 | 0.27 | 0.66 |
| Hex | AD | 91 | C0 | A | 18 | 0 | 19 | 114 | 1B | 42 |
| Octal | 255 | 221 | 300 | 12 | 30 | 0 | 31 | 424 | 33 | 102 |
| Binary | 10101101 | 10010001 | 11000000 | 1010 | 11000 | 0 | 11001 | 100010100 | 11011 | 1000010 |
Color Harmonies of #AD91C0
Complementary color
Monochromatic Colors of #AD91C0
Black with #AD91C0
Text Example
Text Example
White with #AD91C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91C0; }
p { color: rgb(173,145,192); }
H1.HeaderClassName
{
color: #AD91C0;
}
.AnyTagClassName
{
color: #AD91C0;
}
</style>
background-color css
<style>
a { background-color: #AD91C0; }
a { background-color: rgb(173,145,192); }
div.DivClassName
{
background-color: #AD91C0;
}
.BgClassName
{
background-color: #AD91C0;
}
</style>
border-color css
<style>
span { border-color: #AD91C0; }
span { border-color: rgb(173,145,192); }
td.TdClassName
{
border-color: #AD91C0;
}
.TagClassName
{
border-color: #AD91C0;
}
</style>