Shades of East Side #AD99C2
Tints of East Side #AD99C2
RGB
CMYK
RGB Variations
Color information
#AD99C2 (or 0xAD99C2) is known color: East Side. HEX triplet: AD, 99 and C2. RGB value is (173,153,194). Sum of RGB (Red+Green+Blue) = 173+153+194=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD99C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99C2 is #52663D. Grayscale: #A3A3A3. Windows color (decimal): -5400126 or 12753325. OLE color: 12753325.
HSL color Cylindrical-coordinate representation of color #AD99C2: hue angle of 269.27º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD99C2 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 153 | 194 | - |
CMYK | 0.11 | 0.21 | 0 | 0.24 |
HSL | 269.27º | 0.25% | 0.68% | - |
HSV(B) | 269.27º | 0.21% | 0.76% | - |
XYZ | 38.36 | 35.56 | 55.88 | - |
YUV | 163.65 | 145.13 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 153 | 194 | 0.11 | 0.21 | 0 | 0.24 | 269.27 | 0.25 | 0.68 |
Hex | AD | 99 | C2 | B | 15 | 0 | 18 | 10D | 19 | 44 |
Octal | 255 | 231 | 302 | 13 | 25 | 0 | 30 | 415 | 31 | 104 |
Binary | 10101101 | 10011001 | 11000010 | 1011 | 10101 | 0 | 11000 | 100001101 | 11001 | 1000100 |
Color Harmonies of #AD99C2
Complementary color
Monochromatic Colors of #AD99C2
Black with #AD99C2
Text Example
Text Example
White with #AD99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99C2; }
p { color: rgb(173,153,194); }
H1.HeaderClassName
{
color: #AD99C2;
}
.AnyTagClassName
{
color: #AD99C2;
}
</style>
background-color css
<style>
a { background-color: #AD99C2; }
a { background-color: rgb(173,153,194); }
div.DivClassName
{
background-color: #AD99C2;
}
.BgClassName
{
background-color: #AD99C2;
}
</style>
border-color css
<style>
span { border-color: #AD99C2; }
span { border-color: rgb(173,153,194); }
td.TdClassName
{
border-color: #AD99C2;
}
.TagClassName
{
border-color: #AD99C2;
}
</style>