Shades of East Side #A08DAF
Tints of East Side #A08DAF
RGB
CMYK
RGB Variations
Color information
#A08DAF (or 0xA08DAF) is known color: East Side. HEX triplet: A0, 8D and AF. RGB value is (160,141,175). Sum of RGB (Red+Green+Blue) = 160+141+175=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #A08DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08DAF is #5F7250. Grayscale: #969696. Windows color (decimal): -6255185 or 11505056. OLE color: 11505056.
HSL color Cylindrical-coordinate representation of color #A08DAF: hue angle of 273.53º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08DAF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 141 | 175 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.31 |
| HSL | 273.53º | 0.18% | 0.62% | - |
| HSV(B) | 273.53º | 0.19% | 0.69% | - |
| XYZ | 31.76 | 29.62 | 44.6 | - |
| YUV | 150.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 175 | 0.09 | 0.19 | 0 | 0.31 | 273.53 | 0.18 | 0.62 |
| Hex | A0 | 8D | AF | 9 | 13 | 0 | 1F | 112 | 12 | 3E |
| Octal | 240 | 215 | 257 | 11 | 23 | 0 | 37 | 422 | 22 | 76 |
| Binary | 10100000 | 10001101 | 10101111 | 1001 | 10011 | 0 | 11111 | 100010010 | 10010 | 111110 |
Color Harmonies of #A08DAF
Complementary color
Monochromatic Colors of #A08DAF
Black with #A08DAF
Text Example
Text Example
White with #A08DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DAF; }
p { color: rgb(160,141,175); }
H1.HeaderClassName
{
color: #A08DAF;
}
.AnyTagClassName
{
color: #A08DAF;
}
</style>
background-color css
<style>
a { background-color: #A08DAF; }
a { background-color: rgb(160,141,175); }
div.DivClassName
{
background-color: #A08DAF;
}
.BgClassName
{
background-color: #A08DAF;
}
</style>
border-color css
<style>
span { border-color: #A08DAF; }
span { border-color: rgb(160,141,175); }
td.TdClassName
{
border-color: #A08DAF;
}
.TagClassName
{
border-color: #A08DAF;
}
</style>