Shades of East Side #A884AE
Tints of East Side #A884AE
RGB
CMYK
RGB Variations
Color information
#A884AE (or 0xA884AE) is known color: East Side. HEX triplet: A8, 84 and AE. RGB value is (168,132,174). Sum of RGB (Red+Green+Blue) = 168+132+174=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #A884AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A884AE is #577B51. Grayscale: #939393. Windows color (decimal): -5733202 or 11437224. OLE color: 11437224.
HSL color Cylindrical-coordinate representation of color #A884AE: hue angle of 291.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A884AE is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 132 | 174 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.32 |
| HSL | 291.43º | 0.21% | 0.6% | - |
| HSV(B) | 291.43º | 0.24% | 0.68% | - |
| XYZ | 32.04 | 27.88 | 43.74 | - |
| YUV | 147.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 174 | 0.03 | 0.24 | 0 | 0.32 | 291.43 | 0.21 | 0.6 |
| Hex | A8 | 84 | AE | 3 | 18 | 0 | 20 | 123 | 15 | 3C |
| Octal | 250 | 204 | 256 | 3 | 30 | 0 | 40 | 443 | 25 | 74 |
| Binary | 10101000 | 10000100 | 10101110 | 11 | 11000 | 0 | 100000 | 100100011 | 10101 | 111100 |
Color Harmonies of #A884AE
Complementary color
Monochromatic Colors of #A884AE
Black with #A884AE
Text Example
Text Example
White with #A884AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884AE; }
p { color: rgb(168,132,174); }
H1.HeaderClassName
{
color: #A884AE;
}
.AnyTagClassName
{
color: #A884AE;
}
</style>
background-color css
<style>
a { background-color: #A884AE; }
a { background-color: rgb(168,132,174); }
div.DivClassName
{
background-color: #A884AE;
}
.BgClassName
{
background-color: #A884AE;
}
</style>
border-color css
<style>
span { border-color: #A884AE; }
span { border-color: rgb(168,132,174); }
td.TdClassName
{
border-color: #A884AE;
}
.TagClassName
{
border-color: #A884AE;
}
</style>