Shades of East Side #A28EAC
Tints of East Side #A28EAC
RGB
CMYK
RGB Variations
Color information
#A28EAC (or 0xA28EAC) is known color: East Side. HEX triplet: A2, 8E and AC. RGB value is (162,142,172). Sum of RGB (Red+Green+Blue) = 162+142+172=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #A28EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28EAC is #5D7153. Grayscale: #979797. Windows color (decimal): -6123860 or 11308706. OLE color: 11308706.
HSL color Cylindrical-coordinate representation of color #A28EAC: hue angle of 280º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A28EAC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 142 | 172 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.33 |
| HSL | 280º | 0.15% | 0.62% | - |
| HSV(B) | 280º | 0.17% | 0.67% | - |
| XYZ | 32.02 | 30.01 | 43.13 | - |
| YUV | 151.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 172 | 0.06 | 0.17 | 0 | 0.33 | 280 | 0.15 | 0.62 |
| Hex | A2 | 8E | AC | 6 | 11 | 0 | 21 | 118 | F | 3E |
| Octal | 242 | 216 | 254 | 6 | 21 | 0 | 41 | 430 | 17 | 76 |
| Binary | 10100010 | 10001110 | 10101100 | 110 | 10001 | 0 | 100001 | 100011000 | 1111 | 111110 |
Color Harmonies of #A28EAC
Complementary color
Monochromatic Colors of #A28EAC
Black with #A28EAC
Text Example
Text Example
White with #A28EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EAC; }
p { color: rgb(162,142,172); }
H1.HeaderClassName
{
color: #A28EAC;
}
.AnyTagClassName
{
color: #A28EAC;
}
</style>
background-color css
<style>
a { background-color: #A28EAC; }
a { background-color: rgb(162,142,172); }
div.DivClassName
{
background-color: #A28EAC;
}
.BgClassName
{
background-color: #A28EAC;
}
</style>
border-color css
<style>
span { border-color: #A28EAC; }
span { border-color: rgb(162,142,172); }
td.TdClassName
{
border-color: #A28EAC;
}
.TagClassName
{
border-color: #A28EAC;
}
</style>