Shades of East Side #A992C0
Tints of East Side #A992C0
RGB
CMYK
RGB Variations
Color information
#A992C0 (or 0xA992C0) is known color: East Side. HEX triplet: A9, 92 and C0. RGB value is (169,146,192). Sum of RGB (Red+Green+Blue) = 169+146+192=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #A992C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992C0 is #566D3F. Grayscale: #9D9D9D. Windows color (decimal): -5664064 or 12620457. OLE color: 12620457.
HSL color Cylindrical-coordinate representation of color #A992C0: hue angle of 270º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A992C0 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 146 | 192 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.25 |
| HSL | 270º | 0.27% | 0.66% | - |
| HSV(B) | 270º | 0.24% | 0.75% | - |
| XYZ | 36.16 | 32.8 | 54.29 | - |
| YUV | 158.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 192 | 0.12 | 0.24 | 0 | 0.25 | 270 | 0.27 | 0.66 |
| Hex | A9 | 92 | C0 | C | 18 | 0 | 19 | 10E | 1B | 42 |
| Octal | 251 | 222 | 300 | 14 | 30 | 0 | 31 | 416 | 33 | 102 |
| Binary | 10101001 | 10010010 | 11000000 | 1100 | 11000 | 0 | 11001 | 100001110 | 11011 | 1000010 |
Color Harmonies of #A992C0
Complementary color
Monochromatic Colors of #A992C0
Black with #A992C0
Text Example
Text Example
White with #A992C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992C0; }
p { color: rgb(169,146,192); }
H1.HeaderClassName
{
color: #A992C0;
}
.AnyTagClassName
{
color: #A992C0;
}
</style>
background-color css
<style>
a { background-color: #A992C0; }
a { background-color: rgb(169,146,192); }
div.DivClassName
{
background-color: #A992C0;
}
.BgClassName
{
background-color: #A992C0;
}
</style>
border-color css
<style>
span { border-color: #A992C0; }
span { border-color: rgb(169,146,192); }
td.TdClassName
{
border-color: #A992C0;
}
.TagClassName
{
border-color: #A992C0;
}
</style>