Shades of East Side #A28CAF
Tints of East Side #A28CAF
RGB
CMYK
RGB Variations
Color information
#A28CAF (or 0xA28CAF) is known color: East Side. HEX triplet: A2, 8C and AF. RGB value is (162,140,175). Sum of RGB (Red+Green+Blue) = 162+140+175=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #A28CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CAF is #5D7350. Grayscale: #969696. Windows color (decimal): -6124369 or 11504802. OLE color: 11504802.
HSL color Cylindrical-coordinate representation of color #A28CAF: hue angle of 277.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28CAF is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 140 | 175 | - |
| CMYK | 0.07 | 0.2 | 0 | 0.31 |
| HSL | 277.71º | 0.18% | 0.62% | - |
| HSV(B) | 277.71º | 0.2% | 0.69% | - |
| XYZ | 32.02 | 29.53 | 44.57 | - |
| YUV | 150.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 175 | 0.07 | 0.2 | 0 | 0.31 | 277.71 | 0.18 | 0.62 |
| Hex | A2 | 8C | AF | 7 | 14 | 0 | 1F | 116 | 12 | 3E |
| Octal | 242 | 214 | 257 | 7 | 24 | 0 | 37 | 426 | 22 | 76 |
| Binary | 10100010 | 10001100 | 10101111 | 111 | 10100 | 0 | 11111 | 100010110 | 10010 | 111110 |
Color Harmonies of #A28CAF
Complementary color
Monochromatic Colors of #A28CAF
Black with #A28CAF
Text Example
Text Example
White with #A28CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CAF; }
p { color: rgb(162,140,175); }
H1.HeaderClassName
{
color: #A28CAF;
}
.AnyTagClassName
{
color: #A28CAF;
}
</style>
background-color css
<style>
a { background-color: #A28CAF; }
a { background-color: rgb(162,140,175); }
div.DivClassName
{
background-color: #A28CAF;
}
.BgClassName
{
background-color: #A28CAF;
}
</style>
border-color css
<style>
span { border-color: #A28CAF; }
span { border-color: rgb(162,140,175); }
td.TdClassName
{
border-color: #A28CAF;
}
.TagClassName
{
border-color: #A28CAF;
}
</style>