Shades of East Side #A080AE
Tints of East Side #A080AE
RGB
CMYK
RGB Variations
Color information
#A080AE (or 0xA080AE) is known color: East Side. HEX triplet: A0, 80 and AE. RGB value is (160,128,174). Sum of RGB (Red+Green+Blue) = 160+128+174=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #A080AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080AE is #5F7F51. Grayscale: #8E8E8E. Windows color (decimal): -6258514 or 11436192. OLE color: 11436192.
HSL color Cylindrical-coordinate representation of color #A080AE: hue angle of 281.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A080AE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 128 | 174 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.32 |
| HSL | 281.74º | 0.22% | 0.59% | - |
| HSV(B) | 281.74º | 0.26% | 0.68% | - |
| XYZ | 29.86 | 25.97 | 43.48 | - |
| YUV | 142.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 174 | 0.08 | 0.26 | 0 | 0.32 | 281.74 | 0.22 | 0.59 |
| Hex | A0 | 80 | AE | 8 | 1A | 0 | 20 | 11A | 16 | 3B |
| Octal | 240 | 200 | 256 | 10 | 32 | 0 | 40 | 432 | 26 | 73 |
| Binary | 10100000 | 10000000 | 10101110 | 1000 | 11010 | 0 | 100000 | 100011010 | 10110 | 111011 |
Color Harmonies of #A080AE
Complementary color
Monochromatic Colors of #A080AE
Black with #A080AE
Text Example
Text Example
White with #A080AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080AE; }
p { color: rgb(160,128,174); }
H1.HeaderClassName
{
color: #A080AE;
}
.AnyTagClassName
{
color: #A080AE;
}
</style>
background-color css
<style>
a { background-color: #A080AE; }
a { background-color: rgb(160,128,174); }
div.DivClassName
{
background-color: #A080AE;
}
.BgClassName
{
background-color: #A080AE;
}
</style>
border-color css
<style>
span { border-color: #A080AE; }
span { border-color: rgb(160,128,174); }
td.TdClassName
{
border-color: #A080AE;
}
.TagClassName
{
border-color: #A080AE;
}
</style>