Shades of East Side #A08AB0
Tints of East Side #A08AB0
RGB
CMYK
RGB Variations
Color information
#A08AB0 (or 0xA08AB0) is known color: East Side. HEX triplet: A0, 8A and B0. RGB value is (160,138,176). Sum of RGB (Red+Green+Blue) = 160+138+176=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 176 - color contains mainly: blue. Hex color #A08AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08AB0 is #5F754F. Grayscale: #949494. Windows color (decimal): -6255952 or 11569824. OLE color: 11569824.
HSL color Cylindrical-coordinate representation of color #A08AB0: hue angle of 274.74º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A08AB0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 138 | 176 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.31 |
| HSL | 274.74º | 0.19% | 0.62% | - |
| HSV(B) | 274.74º | 0.22% | 0.69% | - |
| XYZ | 31.42 | 28.79 | 44.97 | - |
| YUV | 148.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 176 | 0.09 | 0.22 | 0 | 0.31 | 274.74 | 0.19 | 0.62 |
| Hex | A0 | 8A | B0 | 9 | 16 | 0 | 1F | 113 | 13 | 3E |
| Octal | 240 | 212 | 260 | 11 | 26 | 0 | 37 | 423 | 23 | 76 |
| Binary | 10100000 | 10001010 | 10110000 | 1001 | 10110 | 0 | 11111 | 100010011 | 10011 | 111110 |
Color Harmonies of #A08AB0
Complementary color
Monochromatic Colors of #A08AB0
Black with #A08AB0
Text Example
Text Example
White with #A08AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AB0; }
p { color: rgb(160,138,176); }
H1.HeaderClassName
{
color: #A08AB0;
}
.AnyTagClassName
{
color: #A08AB0;
}
</style>
background-color css
<style>
a { background-color: #A08AB0; }
a { background-color: rgb(160,138,176); }
div.DivClassName
{
background-color: #A08AB0;
}
.BgClassName
{
background-color: #A08AB0;
}
</style>
border-color css
<style>
span { border-color: #A08AB0; }
span { border-color: rgb(160,138,176); }
td.TdClassName
{
border-color: #A08AB0;
}
.TagClassName
{
border-color: #A08AB0;
}
</style>