Shades of East Side #A99DB2
Tints of East Side #A99DB2
RGB
CMYK
RGB Variations
Color information
#A99DB2 (or 0xA99DB2) is known color: East Side. HEX triplet: A9, 9D and B2. RGB value is (169,157,178). Sum of RGB (Red+Green+Blue) = 169+157+178=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #A99DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99DB2 is #56624D. Grayscale: #A2A2A2. Windows color (decimal): -5661262 or 11705769. OLE color: 11705769.
HSL color Cylindrical-coordinate representation of color #A99DB2: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99DB2 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 157 | 178 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.30 |
| HSL | 274.29º | 0.12% | 0.66% | - |
| HSV(B) | 274.29º | 0.12% | 0.7% | - |
| XYZ | 36.46 | 35.76 | 47.1 | - |
| YUV | 162.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 178 | 0.05 | 0.12 | 0 | 0.30 | 274.29 | 0.12 | 0.66 |
| Hex | A9 | 9D | B2 | 5 | C | 0 | 1E | 112 | C | 42 |
| Octal | 251 | 235 | 262 | 5 | 14 | 0 | 36 | 422 | 14 | 102 |
| Binary | 10101001 | 10011101 | 10110010 | 101 | 1100 | 0 | 11110 | 100010010 | 1100 | 1000010 |
Color Harmonies of #A99DB2
Complementary color
Monochromatic Colors of #A99DB2
Black with #A99DB2
Text Example
Text Example
White with #A99DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DB2; }
p { color: rgb(169,157,178); }
H1.HeaderClassName
{
color: #A99DB2;
}
.AnyTagClassName
{
color: #A99DB2;
}
</style>
background-color css
<style>
a { background-color: #A99DB2; }
a { background-color: rgb(169,157,178); }
div.DivClassName
{
background-color: #A99DB2;
}
.BgClassName
{
background-color: #A99DB2;
}
</style>
border-color css
<style>
span { border-color: #A99DB2; }
span { border-color: rgb(169,157,178); }
td.TdClassName
{
border-color: #A99DB2;
}
.TagClassName
{
border-color: #A99DB2;
}
</style>