Shades of East Side #A080AF
Tints of East Side #A080AF
RGB
CMYK
RGB Variations
Color information
#A080AF (or 0xA080AF) is known color: East Side. HEX triplet: A0, 80 and AF. RGB value is (160,128,175). Sum of RGB (Red+Green+Blue) = 160+128+175=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #A080AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080AF is #5F7F50. Grayscale: #8E8E8E. Windows color (decimal): -6258513 or 11501728. OLE color: 11501728.
HSL color Cylindrical-coordinate representation of color #A080AF: hue angle of 280.85º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A080AF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 128 | 175 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.31 |
| HSL | 280.85º | 0.23% | 0.59% | - |
| HSV(B) | 280.85º | 0.27% | 0.69% | - |
| XYZ | 29.95 | 26.01 | 44 | - |
| YUV | 142.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 175 | 0.09 | 0.27 | 0 | 0.31 | 280.85 | 0.23 | 0.59 |
| Hex | A0 | 80 | AF | 9 | 1B | 0 | 1F | 119 | 17 | 3B |
| Octal | 240 | 200 | 257 | 11 | 33 | 0 | 37 | 431 | 27 | 73 |
| Binary | 10100000 | 10000000 | 10101111 | 1001 | 11011 | 0 | 11111 | 100011001 | 10111 | 111011 |
Color Harmonies of #A080AF
Complementary color
Monochromatic Colors of #A080AF
Black with #A080AF
Text Example
Text Example
White with #A080AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080AF; }
p { color: rgb(160,128,175); }
H1.HeaderClassName
{
color: #A080AF;
}
.AnyTagClassName
{
color: #A080AF;
}
</style>
background-color css
<style>
a { background-color: #A080AF; }
a { background-color: rgb(160,128,175); }
div.DivClassName
{
background-color: #A080AF;
}
.BgClassName
{
background-color: #A080AF;
}
</style>
border-color css
<style>
span { border-color: #A080AF; }
span { border-color: rgb(160,128,175); }
td.TdClassName
{
border-color: #A080AF;
}
.TagClassName
{
border-color: #A080AF;
}
</style>