Shades of East Side #A08FAB
Tints of East Side #A08FAB
RGB
CMYK
RGB Variations
Color information
#A08FAB (or 0xA08FAB) is known color: East Side. HEX triplet: A0, 8F and AB. RGB value is (160,143,171). Sum of RGB (Red+Green+Blue) = 160+143+171=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #A08FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08FAB is #5F7054. Grayscale: #979797. Windows color (decimal): -6254677 or 11243424. OLE color: 11243424.
HSL color Cylindrical-coordinate representation of color #A08FAB: hue angle of 276.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08FAB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 143 | 171 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.33 |
| HSL | 276.43º | 0.14% | 0.62% | - |
| HSV(B) | 276.43º | 0.16% | 0.67% | - |
| XYZ | 31.67 | 30.06 | 42.66 | - |
| YUV | 151.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 171 | 0.06 | 0.16 | 0 | 0.33 | 276.43 | 0.14 | 0.62 |
| Hex | A0 | 8F | AB | 6 | 10 | 0 | 21 | 114 | E | 3E |
| Octal | 240 | 217 | 253 | 6 | 20 | 0 | 41 | 424 | 16 | 76 |
| Binary | 10100000 | 10001111 | 10101011 | 110 | 10000 | 0 | 100001 | 100010100 | 1110 | 111110 |
Color Harmonies of #A08FAB
Complementary color
Monochromatic Colors of #A08FAB
Black with #A08FAB
Text Example
Text Example
White with #A08FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FAB; }
p { color: rgb(160,143,171); }
H1.HeaderClassName
{
color: #A08FAB;
}
.AnyTagClassName
{
color: #A08FAB;
}
</style>
background-color css
<style>
a { background-color: #A08FAB; }
a { background-color: rgb(160,143,171); }
div.DivClassName
{
background-color: #A08FAB;
}
.BgClassName
{
background-color: #A08FAB;
}
</style>
border-color css
<style>
span { border-color: #A08FAB; }
span { border-color: rgb(160,143,171); }
td.TdClassName
{
border-color: #A08FAB;
}
.TagClassName
{
border-color: #A08FAB;
}
</style>