Shades of East Side #A883AF
Tints of East Side #A883AF
RGB
CMYK
RGB Variations
Color information
#A883AF (or 0xA883AF) is known color: East Side. HEX triplet: A8, 83 and AF. RGB value is (168,131,175). Sum of RGB (Red+Green+Blue) = 168+131+175=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #A883AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883AF is #577C50. Grayscale: #929292. Windows color (decimal): -5733457 or 11502504. OLE color: 11502504.
HSL color Cylindrical-coordinate representation of color #A883AF: hue angle of 290.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A883AF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 131 | 175 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.31 |
| HSL | 290.45º | 0.22% | 0.6% | - |
| HSV(B) | 290.45º | 0.25% | 0.69% | - |
| XYZ | 32 | 27.65 | 44.21 | - |
| YUV | 147.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 175 | 0.04 | 0.25 | 0 | 0.31 | 290.45 | 0.22 | 0.6 |
| Hex | A8 | 83 | AF | 4 | 19 | 0 | 1F | 122 | 16 | 3C |
| Octal | 250 | 203 | 257 | 4 | 31 | 0 | 37 | 442 | 26 | 74 |
| Binary | 10101000 | 10000011 | 10101111 | 100 | 11001 | 0 | 11111 | 100100010 | 10110 | 111100 |
Color Harmonies of #A883AF
Complementary color
Monochromatic Colors of #A883AF
Black with #A883AF
Text Example
Text Example
White with #A883AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883AF; }
p { color: rgb(168,131,175); }
H1.HeaderClassName
{
color: #A883AF;
}
.AnyTagClassName
{
color: #A883AF;
}
</style>
background-color css
<style>
a { background-color: #A883AF; }
a { background-color: rgb(168,131,175); }
div.DivClassName
{
background-color: #A883AF;
}
.BgClassName
{
background-color: #A883AF;
}
</style>
border-color css
<style>
span { border-color: #A883AF; }
span { border-color: rgb(168,131,175); }
td.TdClassName
{
border-color: #A883AF;
}
.TagClassName
{
border-color: #A883AF;
}
</style>