Shades of East Side #A28CAB
Tints of East Side #A28CAB
RGB
CMYK
RGB Variations
Color information
#A28CAB (or 0xA28CAB) is known color: East Side. HEX triplet: A2, 8C and AB. RGB value is (162,140,171). Sum of RGB (Red+Green+Blue) = 162+140+171=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #A28CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CAB is #5D7354. Grayscale: #969696. Windows color (decimal): -6124373 or 11242658. OLE color: 11242658.
HSL color Cylindrical-coordinate representation of color #A28CAB: hue angle of 282.58º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A28CAB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 140 | 171 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.33 |
| HSL | 282.58º | 0.16% | 0.61% | - |
| HSV(B) | 282.58º | 0.18% | 0.67% | - |
| XYZ | 31.63 | 29.38 | 42.53 | - |
| YUV | 150.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 171 | 0.05 | 0.18 | 0 | 0.33 | 282.58 | 0.16 | 0.61 |
| Hex | A2 | 8C | AB | 5 | 12 | 0 | 21 | 11B | 10 | 3D |
| Octal | 242 | 214 | 253 | 5 | 22 | 0 | 41 | 433 | 20 | 75 |
| Binary | 10100010 | 10001100 | 10101011 | 101 | 10010 | 0 | 100001 | 100011011 | 10000 | 111101 |
Color Harmonies of #A28CAB
Complementary color
Monochromatic Colors of #A28CAB
Black with #A28CAB
Text Example
Text Example
White with #A28CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CAB; }
p { color: rgb(162,140,171); }
H1.HeaderClassName
{
color: #A28CAB;
}
.AnyTagClassName
{
color: #A28CAB;
}
</style>
background-color css
<style>
a { background-color: #A28CAB; }
a { background-color: rgb(162,140,171); }
div.DivClassName
{
background-color: #A28CAB;
}
.BgClassName
{
background-color: #A28CAB;
}
</style>
border-color css
<style>
span { border-color: #A28CAB; }
span { border-color: rgb(162,140,171); }
td.TdClassName
{
border-color: #A28CAB;
}
.TagClassName
{
border-color: #A28CAB;
}
</style>