Shades of East Side #A99DB5
Tints of East Side #A99DB5
RGB
CMYK
RGB Variations
Color information
#A99DB5 (or 0xA99DB5) is known color: East Side. HEX triplet: A9, 9D and B5. RGB value is (169,157,181). Sum of RGB (Red+Green+Blue) = 169+157+181=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #A99DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DB5 is #56624A. Grayscale: #A3A3A3. Windows color (decimal): -5661259 or 11902377. OLE color: 11902377.
HSL color Cylindrical-coordinate representation of color #A99DB5: hue angle of 270º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99DB5 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 157 | 181 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.29 |
| HSL | 270º | 0.14% | 0.66% | - |
| HSV(B) | 270º | 0.13% | 0.71% | - |
| XYZ | 36.76 | 35.89 | 48.71 | - |
| YUV | 163.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 181 | 0.07 | 0.13 | 0 | 0.29 | 270 | 0.14 | 0.66 |
| Hex | A9 | 9D | B5 | 7 | D | 0 | 1D | 10E | E | 42 |
| Octal | 251 | 235 | 265 | 7 | 15 | 0 | 35 | 416 | 16 | 102 |
| Binary | 10101001 | 10011101 | 10110101 | 111 | 1101 | 0 | 11101 | 100001110 | 1110 | 1000010 |
Color Harmonies of #A99DB5
Complementary color
Monochromatic Colors of #A99DB5
Black with #A99DB5
Text Example
Text Example
White with #A99DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DB5; }
p { color: rgb(169,157,181); }
H1.HeaderClassName
{
color: #A99DB5;
}
.AnyTagClassName
{
color: #A99DB5;
}
</style>
background-color css
<style>
a { background-color: #A99DB5; }
a { background-color: rgb(169,157,181); }
div.DivClassName
{
background-color: #A99DB5;
}
.BgClassName
{
background-color: #A99DB5;
}
</style>
border-color css
<style>
span { border-color: #A99DB5; }
span { border-color: rgb(169,157,181); }
td.TdClassName
{
border-color: #A99DB5;
}
.TagClassName
{
border-color: #A99DB5;
}
</style>