Shades of East Side #A994BC
Tints of East Side #A994BC
RGB
CMYK
RGB Variations
Color information
#A994BC (or 0xA994BC) is known color: East Side. HEX triplet: A9, 94 and BC. RGB value is (169,148,188). Sum of RGB (Red+Green+Blue) = 169+148+188=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A994BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994BC is #566B43. Grayscale: #9E9E9E. Windows color (decimal): -5663556 or 12358825. OLE color: 12358825.
HSL color Cylindrical-coordinate representation of color #A994BC: hue angle of 271.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A994BC is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 148 | 188 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.26 |
| HSL | 271.5º | 0.23% | 0.66% | - |
| HSV(B) | 271.5º | 0.21% | 0.74% | - |
| XYZ | 36.03 | 33.25 | 52.1 | - |
| YUV | 158.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 188 | 0.10 | 0.21 | 0 | 0.26 | 271.5 | 0.23 | 0.66 |
| Hex | A9 | 94 | BC | A | 15 | 0 | 1A | 110 | 17 | 42 |
| Octal | 251 | 224 | 274 | 12 | 25 | 0 | 32 | 420 | 27 | 102 |
| Binary | 10101001 | 10010100 | 10111100 | 1010 | 10101 | 0 | 11010 | 100010000 | 10111 | 1000010 |
Color Harmonies of #A994BC
Complementary color
Monochromatic Colors of #A994BC
Black with #A994BC
Text Example
Text Example
White with #A994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994BC; }
p { color: rgb(169,148,188); }
H1.HeaderClassName
{
color: #A994BC;
}
.AnyTagClassName
{
color: #A994BC;
}
</style>
background-color css
<style>
a { background-color: #A994BC; }
a { background-color: rgb(169,148,188); }
div.DivClassName
{
background-color: #A994BC;
}
.BgClassName
{
background-color: #A994BC;
}
</style>
border-color css
<style>
span { border-color: #A994BC; }
span { border-color: rgb(169,148,188); }
td.TdClassName
{
border-color: #A994BC;
}
.TagClassName
{
border-color: #A994BC;
}
</style>