Shades of East Side #A992B1
Tints of East Side #A992B1
RGB
CMYK
RGB Variations
Color information
#A992B1 (or 0xA992B1) is known color: East Side. HEX triplet: A9, 92 and B1. RGB value is (169,146,177). Sum of RGB (Red+Green+Blue) = 169+146+177=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #A992B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992B1 is #566D4E. Grayscale: #9C9C9C. Windows color (decimal): -5664079 or 11637417. OLE color: 11637417.
HSL color Cylindrical-coordinate representation of color #A992B1: hue angle of 284.52º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A992B1 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 146 | 177 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.31 |
| HSL | 284.52º | 0.17% | 0.63% | - |
| HSV(B) | 284.52º | 0.18% | 0.69% | - |
| XYZ | 34.58 | 32.17 | 45.98 | - |
| YUV | 156.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 177 | 0.05 | 0.18 | 0 | 0.31 | 284.52 | 0.17 | 0.63 |
| Hex | A9 | 92 | B1 | 5 | 12 | 0 | 1F | 11D | 11 | 3F |
| Octal | 251 | 222 | 261 | 5 | 22 | 0 | 37 | 435 | 21 | 77 |
| Binary | 10101001 | 10010010 | 10110001 | 101 | 10010 | 0 | 11111 | 100011101 | 10001 | 111111 |
Color Harmonies of #A992B1
Complementary color
Monochromatic Colors of #A992B1
Black with #A992B1
Text Example
Text Example
White with #A992B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992B1; }
p { color: rgb(169,146,177); }
H1.HeaderClassName
{
color: #A992B1;
}
.AnyTagClassName
{
color: #A992B1;
}
</style>
background-color css
<style>
a { background-color: #A992B1; }
a { background-color: rgb(169,146,177); }
div.DivClassName
{
background-color: #A992B1;
}
.BgClassName
{
background-color: #A992B1;
}
</style>
border-color css
<style>
span { border-color: #A992B1; }
span { border-color: rgb(169,146,177); }
td.TdClassName
{
border-color: #A992B1;
}
.TagClassName
{
border-color: #A992B1;
}
</style>