Shades of East Side #A08AAF
Tints of East Side #A08AAF
RGB
CMYK
RGB Variations
Color information
#A08AAF (or 0xA08AAF) is known color: East Side. HEX triplet: A0, 8A and AF. RGB value is (160,138,175). Sum of RGB (Red+Green+Blue) = 160+138+175=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #A08AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08AAF is #5F7550. Grayscale: #949494. Windows color (decimal): -6255953 or 11504288. OLE color: 11504288.
HSL color Cylindrical-coordinate representation of color #A08AAF: hue angle of 275.68º 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 #A08AAF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 138 | 175 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.31 |
| HSL | 275.68º | 0.19% | 0.61% | - |
| HSV(B) | 275.68º | 0.21% | 0.69% | - |
| XYZ | 31.32 | 28.75 | 44.45 | - |
| YUV | 148.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 175 | 0.09 | 0.21 | 0 | 0.31 | 275.68 | 0.19 | 0.61 |
| Hex | A0 | 8A | AF | 9 | 15 | 0 | 1F | 114 | 13 | 3D |
| Octal | 240 | 212 | 257 | 11 | 25 | 0 | 37 | 424 | 23 | 75 |
| Binary | 10100000 | 10001010 | 10101111 | 1001 | 10101 | 0 | 11111 | 100010100 | 10011 | 111101 |
Color Harmonies of #A08AAF
Complementary color
Monochromatic Colors of #A08AAF
Black with #A08AAF
Text Example
Text Example
White with #A08AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AAF; }
p { color: rgb(160,138,175); }
H1.HeaderClassName
{
color: #A08AAF;
}
.AnyTagClassName
{
color: #A08AAF;
}
</style>
background-color css
<style>
a { background-color: #A08AAF; }
a { background-color: rgb(160,138,175); }
div.DivClassName
{
background-color: #A08AAF;
}
.BgClassName
{
background-color: #A08AAF;
}
</style>
border-color css
<style>
span { border-color: #A08AAF; }
span { border-color: rgb(160,138,175); }
td.TdClassName
{
border-color: #A08AAF;
}
.TagClassName
{
border-color: #A08AAF;
}
</style>