Shades of East Side #AD91C2
Tints of East Side #AD91C2
RGB
CMYK
RGB Variations
Color information
#AD91C2 (or 0xAD91C2) is known color: East Side. HEX triplet: AD, 91 and C2. RGB value is (173,145,194). Sum of RGB (Red+Green+Blue) = 173+145+194=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD91C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91C2 is #526E3D. Grayscale: #9E9E9E. Windows color (decimal): -5402174 or 12751277. OLE color: 12751277.
HSL color Cylindrical-coordinate representation of color #AD91C2: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD91C2 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 145 | 194 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.24 |
| HSL | 274.29º | 0.29% | 0.66% | - |
| HSV(B) | 274.29º | 0.25% | 0.76% | - |
| XYZ | 37.1 | 33.03 | 55.46 | - |
| YUV | 158.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 194 | 0.11 | 0.25 | 0 | 0.24 | 274.29 | 0.29 | 0.66 |
| Hex | AD | 91 | C2 | B | 19 | 0 | 18 | 112 | 1D | 42 |
| Octal | 255 | 221 | 302 | 13 | 31 | 0 | 30 | 422 | 35 | 102 |
| Binary | 10101101 | 10010001 | 11000010 | 1011 | 11001 | 0 | 11000 | 100010010 | 11101 | 1000010 |
Color Harmonies of #AD91C2
Complementary color
Monochromatic Colors of #AD91C2
Black with #AD91C2
Text Example
Text Example
White with #AD91C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91C2; }
p { color: rgb(173,145,194); }
H1.HeaderClassName
{
color: #AD91C2;
}
.AnyTagClassName
{
color: #AD91C2;
}
</style>
background-color css
<style>
a { background-color: #AD91C2; }
a { background-color: rgb(173,145,194); }
div.DivClassName
{
background-color: #AD91C2;
}
.BgClassName
{
background-color: #AD91C2;
}
</style>
border-color css
<style>
span { border-color: #AD91C2; }
span { border-color: rgb(173,145,194); }
td.TdClassName
{
border-color: #AD91C2;
}
.TagClassName
{
border-color: #AD91C2;
}
</style>