Shades of East Side #A880AF
Tints of East Side #A880AF
RGB
CMYK
RGB Variations
Color information
#A880AF (or 0xA880AF) is known color: East Side. HEX triplet: A8, 80 and AF. RGB value is (168,128,175). Sum of RGB (Red+Green+Blue) = 168+128+175=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #A880AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880AF is #577F50. Grayscale: #919191. Windows color (decimal): -5734225 or 11501736. OLE color: 11501736.
HSL color Cylindrical-coordinate representation of color #A880AF: hue angle of 291.06º 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 #A880AF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 128 | 175 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.31 |
| HSL | 291.06º | 0.23% | 0.59% | - |
| HSV(B) | 291.06º | 0.27% | 0.69% | - |
| XYZ | 31.61 | 26.86 | 44.08 | - |
| YUV | 145.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 175 | 0.04 | 0.27 | 0 | 0.31 | 291.06 | 0.23 | 0.59 |
| Hex | A8 | 80 | AF | 4 | 1B | 0 | 1F | 123 | 17 | 3B |
| Octal | 250 | 200 | 257 | 4 | 33 | 0 | 37 | 443 | 27 | 73 |
| Binary | 10101000 | 10000000 | 10101111 | 100 | 11011 | 0 | 11111 | 100100011 | 10111 | 111011 |
Color Harmonies of #A880AF
Complementary color
Monochromatic Colors of #A880AF
Black with #A880AF
Text Example
Text Example
White with #A880AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880AF; }
p { color: rgb(168,128,175); }
H1.HeaderClassName
{
color: #A880AF;
}
.AnyTagClassName
{
color: #A880AF;
}
</style>
background-color css
<style>
a { background-color: #A880AF; }
a { background-color: rgb(168,128,175); }
div.DivClassName
{
background-color: #A880AF;
}
.BgClassName
{
background-color: #A880AF;
}
</style>
border-color css
<style>
span { border-color: #A880AF; }
span { border-color: rgb(168,128,175); }
td.TdClassName
{
border-color: #A880AF;
}
.TagClassName
{
border-color: #A880AF;
}
</style>