Shades of East Side #A28CB5
Tints of East Side #A28CB5
RGB
CMYK
RGB Variations
Color information
#A28CB5 (or 0xA28CB5) is known color: East Side. HEX triplet: A2, 8C and B5. RGB value is (162,140,181). Sum of RGB (Red+Green+Blue) = 162+140+181=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #A28CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CB5 is #5D734A. Grayscale: #979797. Windows color (decimal): -6124363 or 11898018. OLE color: 11898018.
HSL color Cylindrical-coordinate representation of color #A28CB5: hue angle of 272.2º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A28CB5 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 140 | 181 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.29 |
| HSL | 272.2º | 0.22% | 0.63% | - |
| HSV(B) | 272.2º | 0.23% | 0.71% | - |
| XYZ | 32.62 | 29.77 | 47.74 | - |
| YUV | 151.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 181 | 0.10 | 0.23 | 0 | 0.29 | 272.2 | 0.22 | 0.63 |
| Hex | A2 | 8C | B5 | A | 17 | 0 | 1D | 110 | 16 | 3F |
| Octal | 242 | 214 | 265 | 12 | 27 | 0 | 35 | 420 | 26 | 77 |
| Binary | 10100010 | 10001100 | 10110101 | 1010 | 10111 | 0 | 11101 | 100010000 | 10110 | 111111 |
Color Harmonies of #A28CB5
Complementary color
Monochromatic Colors of #A28CB5
Black with #A28CB5
Text Example
Text Example
White with #A28CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CB5; }
p { color: rgb(162,140,181); }
H1.HeaderClassName
{
color: #A28CB5;
}
.AnyTagClassName
{
color: #A28CB5;
}
</style>
background-color css
<style>
a { background-color: #A28CB5; }
a { background-color: rgb(162,140,181); }
div.DivClassName
{
background-color: #A28CB5;
}
.BgClassName
{
background-color: #A28CB5;
}
</style>
border-color css
<style>
span { border-color: #A28CB5; }
span { border-color: rgb(162,140,181); }
td.TdClassName
{
border-color: #A28CB5;
}
.TagClassName
{
border-color: #A28CB5;
}
</style>