Shades of East Side #A99DB6
Tints of East Side #A99DB6
RGB
CMYK
RGB Variations
Color information
#A99DB6 (or 0xA99DB6) is known color: East Side. HEX triplet: A9, 9D and B6. RGB value is (169,157,182). Sum of RGB (Red+Green+Blue) = 169+157+182=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #A99DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DB6 is #566249. Grayscale: #A3A3A3. Windows color (decimal): -5661258 or 11967913. OLE color: 11967913.
HSL color Cylindrical-coordinate representation of color #A99DB6: hue angle of 268.8º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A99DB6 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 169 | 157 | 182 | - |
CMYK | 0.07 | 0.14 | 0 | 0.29 |
HSL | 268.8º | 0.15% | 0.66% | - |
HSV(B) | 268.8º | 0.14% | 0.71% | - |
XYZ | 36.86 | 35.93 | 49.25 | - |
YUV | 163.44 | 138.48 | 131.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 157 | 182 | 0.07 | 0.14 | 0 | 0.29 | 268.8 | 0.15 | 0.66 |
Hex | A9 | 9D | B6 | 7 | E | 0 | 1D | 10D | F | 42 |
Octal | 251 | 235 | 266 | 7 | 16 | 0 | 35 | 415 | 17 | 102 |
Binary | 10101001 | 10011101 | 10110110 | 111 | 1110 | 0 | 11101 | 100001101 | 1111 | 1000010 |
Color Harmonies of #A99DB6
Complementary color
Monochromatic Colors of #A99DB6
Black with #A99DB6
Text Example
Text Example
White with #A99DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DB6; }
p { color: rgb(169,157,182); }
H1.HeaderClassName
{
color: #A99DB6;
}
.AnyTagClassName
{
color: #A99DB6;
}
</style>
background-color css
<style>
a { background-color: #A99DB6; }
a { background-color: rgb(169,157,182); }
div.DivClassName
{
background-color: #A99DB6;
}
.BgClassName
{
background-color: #A99DB6;
}
</style>
border-color css
<style>
span { border-color: #A99DB6; }
span { border-color: rgb(169,157,182); }
td.TdClassName
{
border-color: #A99DB6;
}
.TagClassName
{
border-color: #A99DB6;
}
</style>