Shades of East Side #A492B0
Tints of East Side #A492B0
RGB
CMYK
RGB Variations
Color information
#A492B0 (or 0xA492B0) is known color: East Side. HEX triplet: A4, 92 and B0. RGB value is (164,146,176). Sum of RGB (Red+Green+Blue) = 164+146+176=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 176 - color contains mainly: blue. Hex color #A492B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A492B0 is #5B6D4F. Grayscale: #9A9A9A. Windows color (decimal): -5991760 or 11571876. OLE color: 11571876.
HSL color Cylindrical-coordinate representation of color #A492B0: hue angle of 276º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A492B0 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 146 | 176 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.31 |
| HSL | 276º | 0.16% | 0.63% | - |
| HSV(B) | 276º | 0.17% | 0.69% | - |
| XYZ | 33.43 | 31.58 | 45.41 | - |
| YUV | 154.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 176 | 0.07 | 0.17 | 0 | 0.31 | 276 | 0.16 | 0.63 |
| Hex | A4 | 92 | B0 | 7 | 11 | 0 | 1F | 114 | 10 | 3F |
| Octal | 244 | 222 | 260 | 7 | 21 | 0 | 37 | 424 | 20 | 77 |
| Binary | 10100100 | 10010010 | 10110000 | 111 | 10001 | 0 | 11111 | 100010100 | 10000 | 111111 |
Color Harmonies of #A492B0
Complementary color
Monochromatic Colors of #A492B0
Black with #A492B0
Text Example
Text Example
White with #A492B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492B0; }
p { color: rgb(164,146,176); }
H1.HeaderClassName
{
color: #A492B0;
}
.AnyTagClassName
{
color: #A492B0;
}
</style>
background-color css
<style>
a { background-color: #A492B0; }
a { background-color: rgb(164,146,176); }
div.DivClassName
{
background-color: #A492B0;
}
.BgClassName
{
background-color: #A492B0;
}
</style>
border-color css
<style>
span { border-color: #A492B0; }
span { border-color: rgb(164,146,176); }
td.TdClassName
{
border-color: #A492B0;
}
.TagClassName
{
border-color: #A492B0;
}
</style>