Shades of East Side #A999BD
Tints of East Side #A999BD
RGB
CMYK
RGB Variations
Color information
#A999BD (or 0xA999BD) is known color: East Side. HEX triplet: A9, 99 and BD. RGB value is (169,153,189). Sum of RGB (Red+Green+Blue) = 169+153+189=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #A999BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BD is #566642. Grayscale: #A1A1A1. Windows color (decimal): -5662275 or 12425641. OLE color: 12425641.
HSL color Cylindrical-coordinate representation of color #A999BD: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A999BD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 153 | 189 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.26 |
| HSL | 266.67º | 0.21% | 0.67% | - |
| HSV(B) | 266.67º | 0.19% | 0.74% | - |
| XYZ | 36.94 | 34.89 | 52.93 | - |
| YUV | 161.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 189 | 0.11 | 0.19 | 0 | 0.26 | 266.67 | 0.21 | 0.67 |
| Hex | A9 | 99 | BD | B | 13 | 0 | 1A | 10B | 15 | 43 |
| Octal | 251 | 231 | 275 | 13 | 23 | 0 | 32 | 413 | 25 | 103 |
| Binary | 10101001 | 10011001 | 10111101 | 1011 | 10011 | 0 | 11010 | 100001011 | 10101 | 1000011 |
Color Harmonies of #A999BD
Complementary color
Monochromatic Colors of #A999BD
Black with #A999BD
Text Example
Text Example
White with #A999BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999BD; }
p { color: rgb(169,153,189); }
H1.HeaderClassName
{
color: #A999BD;
}
.AnyTagClassName
{
color: #A999BD;
}
</style>
background-color css
<style>
a { background-color: #A999BD; }
a { background-color: rgb(169,153,189); }
div.DivClassName
{
background-color: #A999BD;
}
.BgClassName
{
background-color: #A999BD;
}
</style>
border-color css
<style>
span { border-color: #A999BD; }
span { border-color: rgb(169,153,189); }
td.TdClassName
{
border-color: #A999BD;
}
.TagClassName
{
border-color: #A999BD;
}
</style>