Shades of East Side #A08CAF
Tints of East Side #A08CAF
RGB
CMYK
RGB Variations
Color information
#A08CAF (or 0xA08CAF) is known color: East Side. HEX triplet: A0, 8C and AF. RGB value is (160,140,175). Sum of RGB (Red+Green+Blue) = 160+140+175=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 140 (55.08% from 255 or 29.47% 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 #A08CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08CAF is #5F7350. Grayscale: #959595. Windows color (decimal): -6255441 or 11504800. OLE color: 11504800.
HSL color Cylindrical-coordinate representation of color #A08CAF: hue angle of 274.29º 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 #A08CAF is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 140 | 175 | - |
| CMYK | 0.09 | 0.2 | 0 | 0.31 |
| HSL | 274.29º | 0.18% | 0.62% | - |
| HSV(B) | 274.29º | 0.2% | 0.69% | - |
| XYZ | 31.61 | 29.32 | 44.55 | - |
| YUV | 149.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 175 | 0.09 | 0.2 | 0 | 0.31 | 274.29 | 0.18 | 0.62 |
| Hex | A0 | 8C | AF | 9 | 14 | 0 | 1F | 112 | 12 | 3E |
| Octal | 240 | 214 | 257 | 11 | 24 | 0 | 37 | 422 | 22 | 76 |
| Binary | 10100000 | 10001100 | 10101111 | 1001 | 10100 | 0 | 11111 | 100010010 | 10010 | 111110 |
Color Harmonies of #A08CAF
Complementary color
Monochromatic Colors of #A08CAF
Black with #A08CAF
Text Example
Text Example
White with #A08CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CAF; }
p { color: rgb(160,140,175); }
H1.HeaderClassName
{
color: #A08CAF;
}
.AnyTagClassName
{
color: #A08CAF;
}
</style>
background-color css
<style>
a { background-color: #A08CAF; }
a { background-color: rgb(160,140,175); }
div.DivClassName
{
background-color: #A08CAF;
}
.BgClassName
{
background-color: #A08CAF;
}
</style>
border-color css
<style>
span { border-color: #A08CAF; }
span { border-color: rgb(160,140,175); }
td.TdClassName
{
border-color: #A08CAF;
}
.TagClassName
{
border-color: #A08CAF;
}
</style>