Shades of East Side #A28CB8
Tints of East Side #A28CB8
RGB
CMYK
RGB Variations
Color information
#A28CB8 (or 0xA28CB8) is known color: East Side. HEX triplet: A2, 8C and B8. RGB value is (162,140,184). Sum of RGB (Red+Green+Blue) = 162+140+184=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 184 - color contains mainly: blue. Hex color #A28CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CB8 is #5D7347. Grayscale: #979797. Windows color (decimal): -6124360 or 12094626. OLE color: 12094626.
HSL color Cylindrical-coordinate representation of color #A28CB8: hue angle of 270º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A28CB8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 140 | 184 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.28 |
| HSL | 270º | 0.24% | 0.64% | - |
| HSV(B) | 270º | 0.24% | 0.72% | - |
| XYZ | 32.93 | 29.9 | 49.38 | - |
| YUV | 151.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 184 | 0.12 | 0.24 | 0 | 0.28 | 270 | 0.24 | 0.64 |
| Hex | A2 | 8C | B8 | C | 18 | 0 | 1C | 10E | 18 | 40 |
| Octal | 242 | 214 | 270 | 14 | 30 | 0 | 34 | 416 | 30 | 100 |
| Binary | 10100010 | 10001100 | 10111000 | 1100 | 11000 | 0 | 11100 | 100001110 | 11000 | 1000000 |
Color Harmonies of #A28CB8
Complementary color
Monochromatic Colors of #A28CB8
Black with #A28CB8
Text Example
Text Example
White with #A28CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CB8; }
p { color: rgb(162,140,184); }
H1.HeaderClassName
{
color: #A28CB8;
}
.AnyTagClassName
{
color: #A28CB8;
}
</style>
background-color css
<style>
a { background-color: #A28CB8; }
a { background-color: rgb(162,140,184); }
div.DivClassName
{
background-color: #A28CB8;
}
.BgClassName
{
background-color: #A28CB8;
}
</style>
border-color css
<style>
span { border-color: #A28CB8; }
span { border-color: rgb(162,140,184); }
td.TdClassName
{
border-color: #A28CB8;
}
.TagClassName
{
border-color: #A28CB8;
}
</style>