Shades of East Side #A080B0
Tints of East Side #A080B0
RGB
CMYK
RGB Variations
Color information
#A080B0 (or 0xA080B0) is known color: East Side. HEX triplet: A0, 80 and B0. RGB value is (160,128,176). Sum of RGB (Red+Green+Blue) = 160+128+176=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #A080B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080B0 is #5F7F4F. Grayscale: #8E8E8E. Windows color (decimal): -6258512 or 11567264. OLE color: 11567264.
HSL color Cylindrical-coordinate representation of color #A080B0: hue angle of 280º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A080B0 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 128 | 176 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.31 |
| HSL | 280º | 0.23% | 0.6% | - |
| HSV(B) | 280º | 0.27% | 0.69% | - |
| XYZ | 30.05 | 26.05 | 44.52 | - |
| YUV | 143.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 176 | 0.09 | 0.27 | 0 | 0.31 | 280 | 0.23 | 0.6 |
| Hex | A0 | 80 | B0 | 9 | 1B | 0 | 1F | 118 | 17 | 3C |
| Octal | 240 | 200 | 260 | 11 | 33 | 0 | 37 | 430 | 27 | 74 |
| Binary | 10100000 | 10000000 | 10110000 | 1001 | 11011 | 0 | 11111 | 100011000 | 10111 | 111100 |
Color Harmonies of #A080B0
Complementary color
Monochromatic Colors of #A080B0
Black with #A080B0
Text Example
Text Example
White with #A080B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080B0; }
p { color: rgb(160,128,176); }
H1.HeaderClassName
{
color: #A080B0;
}
.AnyTagClassName
{
color: #A080B0;
}
</style>
background-color css
<style>
a { background-color: #A080B0; }
a { background-color: rgb(160,128,176); }
div.DivClassName
{
background-color: #A080B0;
}
.BgClassName
{
background-color: #A080B0;
}
</style>
border-color css
<style>
span { border-color: #A080B0; }
span { border-color: rgb(160,128,176); }
td.TdClassName
{
border-color: #A080B0;
}
.TagClassName
{
border-color: #A080B0;
}
</style>