Shades of East Side #A994B1
Tints of East Side #A994B1
RGB
CMYK
RGB Variations
Color information
#A994B1 (or 0xA994B1) is known color: East Side. HEX triplet: A9, 94 and B1. RGB value is (169,148,177). Sum of RGB (Red+Green+Blue) = 169+148+177=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: blue. Hex color #A994B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994B1 is #566B4E. Grayscale: #9D9D9D. Windows color (decimal): -5663567 or 11637929. OLE color: 11637929.
HSL color Cylindrical-coordinate representation of color #A994B1: hue angle of 283.45º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A994B1 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 148 | 177 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.31 |
| HSL | 283.45º | 0.16% | 0.64% | - |
| HSV(B) | 283.45º | 0.16% | 0.69% | - |
| XYZ | 34.89 | 32.79 | 46.09 | - |
| YUV | 157.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 177 | 0.05 | 0.16 | 0 | 0.31 | 283.45 | 0.16 | 0.64 |
| Hex | A9 | 94 | B1 | 5 | 10 | 0 | 1F | 11B | 10 | 40 |
| Octal | 251 | 224 | 261 | 5 | 20 | 0 | 37 | 433 | 20 | 100 |
| Binary | 10101001 | 10010100 | 10110001 | 101 | 10000 | 0 | 11111 | 100011011 | 10000 | 1000000 |
Color Harmonies of #A994B1
Complementary color
Monochromatic Colors of #A994B1
Black with #A994B1
Text Example
Text Example
White with #A994B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994B1; }
p { color: rgb(169,148,177); }
H1.HeaderClassName
{
color: #A994B1;
}
.AnyTagClassName
{
color: #A994B1;
}
</style>
background-color css
<style>
a { background-color: #A994B1; }
a { background-color: rgb(169,148,177); }
div.DivClassName
{
background-color: #A994B1;
}
.BgClassName
{
background-color: #A994B1;
}
</style>
border-color css
<style>
span { border-color: #A994B1; }
span { border-color: rgb(169,148,177); }
td.TdClassName
{
border-color: #A994B1;
}
.TagClassName
{
border-color: #A994B1;
}
</style>