Shades of East Side #A080B2
Tints of East Side #A080B2
RGB
CMYK
RGB Variations
Color information
#A080B2 (or 0xA080B2) is known color: East Side. HEX triplet: A0, 80 and B2. RGB value is (160,128,178). Sum of RGB (Red+Green+Blue) = 160+128+178=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 178 - color contains mainly: blue. Hex color #A080B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080B2 is #5F7F4D. Grayscale: #8F8F8F. Windows color (decimal): -6258510 or 11698336. OLE color: 11698336.
HSL color Cylindrical-coordinate representation of color #A080B2: hue angle of 278.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A080B2 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 128 | 178 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.30 |
| HSL | 278.4º | 0.25% | 0.6% | - |
| HSV(B) | 278.4º | 0.28% | 0.7% | - |
| XYZ | 30.25 | 26.13 | 45.57 | - |
| YUV | 143.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 178 | 0.10 | 0.28 | 0 | 0.30 | 278.4 | 0.25 | 0.6 |
| Hex | A0 | 80 | B2 | A | 1C | 0 | 1E | 116 | 19 | 3C |
| Octal | 240 | 200 | 262 | 12 | 34 | 0 | 36 | 426 | 31 | 74 |
| Binary | 10100000 | 10000000 | 10110010 | 1010 | 11100 | 0 | 11110 | 100010110 | 11001 | 111100 |
Color Harmonies of #A080B2
Complementary color
Monochromatic Colors of #A080B2
Black with #A080B2
Text Example
Text Example
White with #A080B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080B2; }
p { color: rgb(160,128,178); }
H1.HeaderClassName
{
color: #A080B2;
}
.AnyTagClassName
{
color: #A080B2;
}
</style>
background-color css
<style>
a { background-color: #A080B2; }
a { background-color: rgb(160,128,178); }
div.DivClassName
{
background-color: #A080B2;
}
.BgClassName
{
background-color: #A080B2;
}
</style>
border-color css
<style>
span { border-color: #A080B2; }
span { border-color: rgb(160,128,178); }
td.TdClassName
{
border-color: #A080B2;
}
.TagClassName
{
border-color: #A080B2;
}
</style>