Shades of East Side #A280AF
Tints of East Side #A280AF
RGB
CMYK
RGB Variations
Color information
#A280AF (or 0xA280AF) is known color: East Side. HEX triplet: A2, 80 and AF. RGB value is (162,128,175). Sum of RGB (Red+Green+Blue) = 162+128+175=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #A280AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A280AF is #5D7F50. Grayscale: #8F8F8F. Windows color (decimal): -6127441 or 11501730. OLE color: 11501730.
HSL color Cylindrical-coordinate representation of color #A280AF: hue angle of 283.4º 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 #A280AF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 128 | 175 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.31 |
| HSL | 283.4º | 0.23% | 0.59% | - |
| HSV(B) | 283.4º | 0.27% | 0.69% | - |
| XYZ | 30.36 | 26.21 | 44.02 | - |
| YUV | 143.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 175 | 0.07 | 0.27 | 0 | 0.31 | 283.4 | 0.23 | 0.59 |
| Hex | A2 | 80 | AF | 7 | 1B | 0 | 1F | 11B | 17 | 3B |
| Octal | 242 | 200 | 257 | 7 | 33 | 0 | 37 | 433 | 27 | 73 |
| Binary | 10100010 | 10000000 | 10101111 | 111 | 11011 | 0 | 11111 | 100011011 | 10111 | 111011 |
Color Harmonies of #A280AF
Complementary color
Monochromatic Colors of #A280AF
Black with #A280AF
Text Example
Text Example
White with #A280AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280AF; }
p { color: rgb(162,128,175); }
H1.HeaderClassName
{
color: #A280AF;
}
.AnyTagClassName
{
color: #A280AF;
}
</style>
background-color css
<style>
a { background-color: #A280AF; }
a { background-color: rgb(162,128,175); }
div.DivClassName
{
background-color: #A280AF;
}
.BgClassName
{
background-color: #A280AF;
}
</style>
border-color css
<style>
span { border-color: #A280AF; }
span { border-color: rgb(162,128,175); }
td.TdClassName
{
border-color: #A280AF;
}
.TagClassName
{
border-color: #A280AF;
}
</style>