Shades of East Side #A180AF
Tints of East Side #A180AF
RGB
CMYK
RGB Variations
Color information
#A180AF (or 0xA180AF) is known color: East Side. HEX triplet: A1, 80 and AF. RGB value is (161,128,175). Sum of RGB (Red+Green+Blue) = 161+128+175=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #A180AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A180AF is #5E7F50. Grayscale: #8F8F8F. Windows color (decimal): -6192977 or 11501729. OLE color: 11501729.
HSL color Cylindrical-coordinate representation of color #A180AF: hue angle of 282.13º 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 #A180AF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 128 | 175 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.31 |
| HSL | 282.13º | 0.23% | 0.59% | - |
| HSV(B) | 282.13º | 0.27% | 0.69% | - |
| XYZ | 30.15 | 26.11 | 44.01 | - |
| YUV | 143.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 175 | 0.08 | 0.27 | 0 | 0.31 | 282.13 | 0.23 | 0.59 |
| Hex | A1 | 80 | AF | 8 | 1B | 0 | 1F | 11A | 17 | 3B |
| Octal | 241 | 200 | 257 | 10 | 33 | 0 | 37 | 432 | 27 | 73 |
| Binary | 10100001 | 10000000 | 10101111 | 1000 | 11011 | 0 | 11111 | 100011010 | 10111 | 111011 |
Color Harmonies of #A180AF
Complementary color
Monochromatic Colors of #A180AF
Black with #A180AF
Text Example
Text Example
White with #A180AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180AF; }
p { color: rgb(161,128,175); }
H1.HeaderClassName
{
color: #A180AF;
}
.AnyTagClassName
{
color: #A180AF;
}
</style>
background-color css
<style>
a { background-color: #A180AF; }
a { background-color: rgb(161,128,175); }
div.DivClassName
{
background-color: #A180AF;
}
.BgClassName
{
background-color: #A180AF;
}
</style>
border-color css
<style>
span { border-color: #A180AF; }
span { border-color: rgb(161,128,175); }
td.TdClassName
{
border-color: #A180AF;
}
.TagClassName
{
border-color: #A180AF;
}
</style>