Shades of East Side #A18EAD
Tints of East Side #A18EAD
RGB
CMYK
RGB Variations
Color information
#A18EAD (or 0xA18EAD) is known color: East Side. HEX triplet: A1, 8E and AD. RGB value is (161,142,173). Sum of RGB (Red+Green+Blue) = 161+142+173=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #A18EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18EAD is #5E7152. Grayscale: #979797. Windows color (decimal): -6189395 or 11374241. OLE color: 11374241.
HSL color Cylindrical-coordinate representation of color #A18EAD: hue angle of 276.77º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18EAD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 142 | 173 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.32 |
| HSL | 276.77º | 0.16% | 0.62% | - |
| HSV(B) | 276.77º | 0.18% | 0.68% | - |
| XYZ | 31.91 | 29.94 | 43.63 | - |
| YUV | 151.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 173 | 0.07 | 0.18 | 0 | 0.32 | 276.77 | 0.16 | 0.62 |
| Hex | A1 | 8E | AD | 7 | 12 | 0 | 20 | 115 | 10 | 3E |
| Octal | 241 | 216 | 255 | 7 | 22 | 0 | 40 | 425 | 20 | 76 |
| Binary | 10100001 | 10001110 | 10101101 | 111 | 10010 | 0 | 100000 | 100010101 | 10000 | 111110 |
Color Harmonies of #A18EAD
Complementary color
Monochromatic Colors of #A18EAD
Black with #A18EAD
Text Example
Text Example
White with #A18EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EAD; }
p { color: rgb(161,142,173); }
H1.HeaderClassName
{
color: #A18EAD;
}
.AnyTagClassName
{
color: #A18EAD;
}
</style>
background-color css
<style>
a { background-color: #A18EAD; }
a { background-color: rgb(161,142,173); }
div.DivClassName
{
background-color: #A18EAD;
}
.BgClassName
{
background-color: #A18EAD;
}
</style>
border-color css
<style>
span { border-color: #A18EAD; }
span { border-color: rgb(161,142,173); }
td.TdClassName
{
border-color: #A18EAD;
}
.TagClassName
{
border-color: #A18EAD;
}
</style>