Shades of East Side #A18EAF
Tints of East Side #A18EAF
RGB
CMYK
RGB Variations
Color information
#A18EAF (or 0xA18EAF) is known color: East Side. HEX triplet: A1, 8E and AF. RGB value is (161,142,175). Sum of RGB (Red+Green+Blue) = 161+142+175=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #A18EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18EAF is #5E7150. Grayscale: #979797. Windows color (decimal): -6189393 or 11505313. OLE color: 11505313.
HSL color Cylindrical-coordinate representation of color #A18EAF: hue angle of 274.55º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A18EAF is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 142 | 175 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.31 |
| HSL | 274.55º | 0.17% | 0.62% | - |
| HSV(B) | 274.55º | 0.19% | 0.69% | - |
| XYZ | 32.11 | 30.02 | 44.66 | - |
| YUV | 151.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 175 | 0.08 | 0.19 | 0 | 0.31 | 274.55 | 0.17 | 0.62 |
| Hex | A1 | 8E | AF | 8 | 13 | 0 | 1F | 113 | 11 | 3E |
| Octal | 241 | 216 | 257 | 10 | 23 | 0 | 37 | 423 | 21 | 76 |
| Binary | 10100001 | 10001110 | 10101111 | 1000 | 10011 | 0 | 11111 | 100010011 | 10001 | 111110 |
Color Harmonies of #A18EAF
Complementary color
Monochromatic Colors of #A18EAF
Black with #A18EAF
Text Example
Text Example
White with #A18EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EAF; }
p { color: rgb(161,142,175); }
H1.HeaderClassName
{
color: #A18EAF;
}
.AnyTagClassName
{
color: #A18EAF;
}
</style>
background-color css
<style>
a { background-color: #A18EAF; }
a { background-color: rgb(161,142,175); }
div.DivClassName
{
background-color: #A18EAF;
}
.BgClassName
{
background-color: #A18EAF;
}
</style>
border-color css
<style>
span { border-color: #A18EAF; }
span { border-color: rgb(161,142,175); }
td.TdClassName
{
border-color: #A18EAF;
}
.TagClassName
{
border-color: #A18EAF;
}
</style>