Shades of East Side #A999BC
Tints of East Side #A999BC
RGB
CMYK
RGB Variations
Color information
#A999BC (or 0xA999BC) is known color: East Side. HEX triplet: A9, 99 and BC. RGB value is (169,153,188). Sum of RGB (Red+Green+Blue) = 169+153+188=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #A999BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BC is #566643. Grayscale: #A1A1A1. Windows color (decimal): -5662276 or 12360105. OLE color: 12360105.
HSL color Cylindrical-coordinate representation of color #A999BC: hue angle of 267.43º 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 #A999BC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 153 | 188 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.26 |
| HSL | 267.43º | 0.21% | 0.67% | - |
| HSV(B) | 267.43º | 0.19% | 0.74% | - |
| XYZ | 36.83 | 34.85 | 52.36 | - |
| YUV | 161.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 188 | 0.10 | 0.19 | 0 | 0.26 | 267.43 | 0.21 | 0.67 |
| Hex | A9 | 99 | BC | A | 13 | 0 | 1A | 10B | 15 | 43 |
| Octal | 251 | 231 | 274 | 12 | 23 | 0 | 32 | 413 | 25 | 103 |
| Binary | 10101001 | 10011001 | 10111100 | 1010 | 10011 | 0 | 11010 | 100001011 | 10101 | 1000011 |
Color Harmonies of #A999BC
Complementary color
Monochromatic Colors of #A999BC
Black with #A999BC
Text Example
Text Example
White with #A999BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999BC; }
p { color: rgb(169,153,188); }
H1.HeaderClassName
{
color: #A999BC;
}
.AnyTagClassName
{
color: #A999BC;
}
</style>
background-color css
<style>
a { background-color: #A999BC; }
a { background-color: rgb(169,153,188); }
div.DivClassName
{
background-color: #A999BC;
}
.BgClassName
{
background-color: #A999BC;
}
</style>
border-color css
<style>
span { border-color: #A999BC; }
span { border-color: rgb(169,153,188); }
td.TdClassName
{
border-color: #A999BC;
}
.TagClassName
{
border-color: #A999BC;
}
</style>