Shades of East Side #A08FAF
Tints of East Side #A08FAF
RGB
CMYK
RGB Variations
Color information
#A08FAF (or 0xA08FAF) is known color: East Side. HEX triplet: A0, 8F and AF. RGB value is (160,143,175). Sum of RGB (Red+Green+Blue) = 160+143+175=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #A08FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08FAF is #5F7050. Grayscale: #979797. Windows color (decimal): -6254673 or 11505568. OLE color: 11505568.
HSL color Cylindrical-coordinate representation of color #A08FAF: hue angle of 271.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08FAF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 143 | 175 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.31 |
| HSL | 271.88º | 0.17% | 0.62% | - |
| HSV(B) | 271.88º | 0.18% | 0.69% | - |
| XYZ | 32.06 | 30.21 | 44.7 | - |
| YUV | 151.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 175 | 0.09 | 0.18 | 0 | 0.31 | 271.88 | 0.17 | 0.62 |
| Hex | A0 | 8F | AF | 9 | 12 | 0 | 1F | 110 | 11 | 3E |
| Octal | 240 | 217 | 257 | 11 | 22 | 0 | 37 | 420 | 21 | 76 |
| Binary | 10100000 | 10001111 | 10101111 | 1001 | 10010 | 0 | 11111 | 100010000 | 10001 | 111110 |
Color Harmonies of #A08FAF
Complementary color
Monochromatic Colors of #A08FAF
Black with #A08FAF
Text Example
Text Example
White with #A08FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FAF; }
p { color: rgb(160,143,175); }
H1.HeaderClassName
{
color: #A08FAF;
}
.AnyTagClassName
{
color: #A08FAF;
}
</style>
background-color css
<style>
a { background-color: #A08FAF; }
a { background-color: rgb(160,143,175); }
div.DivClassName
{
background-color: #A08FAF;
}
.BgClassName
{
background-color: #A08FAF;
}
</style>
border-color css
<style>
span { border-color: #A08FAF; }
span { border-color: rgb(160,143,175); }
td.TdClassName
{
border-color: #A08FAF;
}
.TagClassName
{
border-color: #A08FAF;
}
</style>