Shades of East Side #A492B8
Tints of East Side #A492B8
RGB
CMYK
RGB Variations
Color information
#A492B8 (or 0xA492B8) is known color: East Side. HEX triplet: A4, 92 and B8. RGB value is (164,146,184). Sum of RGB (Red+Green+Blue) = 164+146+184=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 184 - color contains mainly: blue. Hex color #A492B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492B8 is #5B6D47. Grayscale: #9B9B9B. Windows color (decimal): -5991752 or 12096164. OLE color: 12096164.
HSL color Cylindrical-coordinate representation of color #A492B8: hue angle of 268.42º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A492B8 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 146 | 184 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.28 |
| HSL | 268.42º | 0.21% | 0.65% | - |
| HSV(B) | 268.42º | 0.21% | 0.72% | - |
| XYZ | 34.24 | 31.91 | 49.7 | - |
| YUV | 155.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 184 | 0.11 | 0.21 | 0 | 0.28 | 268.42 | 0.21 | 0.65 |
| Hex | A4 | 92 | B8 | B | 15 | 0 | 1C | 10C | 15 | 41 |
| Octal | 244 | 222 | 270 | 13 | 25 | 0 | 34 | 414 | 25 | 101 |
| Binary | 10100100 | 10010010 | 10111000 | 1011 | 10101 | 0 | 11100 | 100001100 | 10101 | 1000001 |
Color Harmonies of #A492B8
Complementary color
Monochromatic Colors of #A492B8
Black with #A492B8
Text Example
Text Example
White with #A492B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492B8; }
p { color: rgb(164,146,184); }
H1.HeaderClassName
{
color: #A492B8;
}
.AnyTagClassName
{
color: #A492B8;
}
</style>
background-color css
<style>
a { background-color: #A492B8; }
a { background-color: rgb(164,146,184); }
div.DivClassName
{
background-color: #A492B8;
}
.BgClassName
{
background-color: #A492B8;
}
</style>
border-color css
<style>
span { border-color: #A492B8; }
span { border-color: rgb(164,146,184); }
td.TdClassName
{
border-color: #A492B8;
}
.TagClassName
{
border-color: #A492B8;
}
</style>