Shades of East Side #A28AAF
Tints of East Side #A28AAF
RGB
CMYK
RGB Variations
Color information
#A28AAF (or 0xA28AAF) is known color: East Side. HEX triplet: A2, 8A and AF. RGB value is (162,138,175). Sum of RGB (Red+Green+Blue) = 162+138+175=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #A28AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28AAF is #5D7550. Grayscale: #959595. Windows color (decimal): -6124881 or 11504290. OLE color: 11504290.
HSL color Cylindrical-coordinate representation of color #A28AAF: hue angle of 278.92º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28AAF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 138 | 175 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.31 |
| HSL | 278.92º | 0.19% | 0.61% | - |
| HSV(B) | 278.92º | 0.21% | 0.69% | - |
| XYZ | 31.73 | 28.95 | 44.47 | - |
| YUV | 149.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 175 | 0.07 | 0.21 | 0 | 0.31 | 278.92 | 0.19 | 0.61 |
| Hex | A2 | 8A | AF | 7 | 15 | 0 | 1F | 117 | 13 | 3D |
| Octal | 242 | 212 | 257 | 7 | 25 | 0 | 37 | 427 | 23 | 75 |
| Binary | 10100010 | 10001010 | 10101111 | 111 | 10101 | 0 | 11111 | 100010111 | 10011 | 111101 |
Color Harmonies of #A28AAF
Complementary color
Monochromatic Colors of #A28AAF
Black with #A28AAF
Text Example
Text Example
White with #A28AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28AAF; }
p { color: rgb(162,138,175); }
H1.HeaderClassName
{
color: #A28AAF;
}
.AnyTagClassName
{
color: #A28AAF;
}
</style>
background-color css
<style>
a { background-color: #A28AAF; }
a { background-color: rgb(162,138,175); }
div.DivClassName
{
background-color: #A28AAF;
}
.BgClassName
{
background-color: #A28AAF;
}
</style>
border-color css
<style>
span { border-color: #A28AAF; }
span { border-color: rgb(162,138,175); }
td.TdClassName
{
border-color: #A28AAF;
}
.TagClassName
{
border-color: #A28AAF;
}
</style>