Shades of East Side #A08AB4
Tints of East Side #A08AB4
RGB
CMYK
RGB Variations
Color information
#A08AB4 (or 0xA08AB4) is known color: East Side. HEX triplet: A0, 8A and B4. RGB value is (160,138,180). Sum of RGB (Red+Green+Blue) = 160+138+180=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #A08AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AB4 is #5F754B. Grayscale: #959595. Windows color (decimal): -6255948 or 11831968. OLE color: 11831968.
HSL color Cylindrical-coordinate representation of color #A08AB4: hue angle of 271.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08AB4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 138 | 180 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.29 |
| HSL | 271.43º | 0.22% | 0.62% | - |
| HSV(B) | 271.43º | 0.23% | 0.71% | - |
| XYZ | 31.82 | 28.95 | 47.09 | - |
| YUV | 149.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 180 | 0.11 | 0.23 | 0 | 0.29 | 271.43 | 0.22 | 0.62 |
| Hex | A0 | 8A | B4 | B | 17 | 0 | 1D | 10F | 16 | 3E |
| Octal | 240 | 212 | 264 | 13 | 27 | 0 | 35 | 417 | 26 | 76 |
| Binary | 10100000 | 10001010 | 10110100 | 1011 | 10111 | 0 | 11101 | 100001111 | 10110 | 111110 |
Color Harmonies of #A08AB4
Complementary color
Monochromatic Colors of #A08AB4
Black with #A08AB4
Text Example
Text Example
White with #A08AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AB4; }
p { color: rgb(160,138,180); }
H1.HeaderClassName
{
color: #A08AB4;
}
.AnyTagClassName
{
color: #A08AB4;
}
</style>
background-color css
<style>
a { background-color: #A08AB4; }
a { background-color: rgb(160,138,180); }
div.DivClassName
{
background-color: #A08AB4;
}
.BgClassName
{
background-color: #A08AB4;
}
</style>
border-color css
<style>
span { border-color: #A08AB4; }
span { border-color: rgb(160,138,180); }
td.TdClassName
{
border-color: #A08AB4;
}
.TagClassName
{
border-color: #A08AB4;
}
</style>