Shades of East Side #A883AE
Tints of East Side #A883AE
RGB
CMYK
RGB Variations
Color information
#A883AE (or 0xA883AE) is known color: East Side. HEX triplet: A8, 83 and AE. RGB value is (168,131,174). Sum of RGB (Red+Green+Blue) = 168+131+174=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #A883AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883AE is #577C51. Grayscale: #929292. Windows color (decimal): -5733458 or 11436968. OLE color: 11436968.
HSL color Cylindrical-coordinate representation of color #A883AE: hue angle of 291.63º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A883AE is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 131 | 174 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.32 |
| HSL | 291.63º | 0.21% | 0.6% | - |
| HSV(B) | 291.63º | 0.25% | 0.68% | - |
| XYZ | 31.9 | 27.61 | 43.69 | - |
| YUV | 146.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 174 | 0.03 | 0.25 | 0 | 0.32 | 291.63 | 0.21 | 0.6 |
| Hex | A8 | 83 | AE | 3 | 19 | 0 | 20 | 124 | 15 | 3C |
| Octal | 250 | 203 | 256 | 3 | 31 | 0 | 40 | 444 | 25 | 74 |
| Binary | 10101000 | 10000011 | 10101110 | 11 | 11001 | 0 | 100000 | 100100100 | 10101 | 111100 |
Color Harmonies of #A883AE
Complementary color
Monochromatic Colors of #A883AE
Black with #A883AE
Text Example
Text Example
White with #A883AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883AE; }
p { color: rgb(168,131,174); }
H1.HeaderClassName
{
color: #A883AE;
}
.AnyTagClassName
{
color: #A883AE;
}
</style>
background-color css
<style>
a { background-color: #A883AE; }
a { background-color: rgb(168,131,174); }
div.DivClassName
{
background-color: #A883AE;
}
.BgClassName
{
background-color: #A883AE;
}
</style>
border-color css
<style>
span { border-color: #A883AE; }
span { border-color: rgb(168,131,174); }
td.TdClassName
{
border-color: #A883AE;
}
.TagClassName
{
border-color: #A883AE;
}
</style>