Shades of East Side #A18AAE
Tints of East Side #A18AAE
RGB
CMYK
RGB Variations
Color information
#A18AAE (or 0xA18AAE) is known color: East Side. HEX triplet: A1, 8A and AE. RGB value is (161,138,174). Sum of RGB (Red+Green+Blue) = 161+138+174=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 138 (54.30% from 255 or 29.18% 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 #A18AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18AAE is #5E7551. Grayscale: #949494. Windows color (decimal): -6190418 or 11438753. OLE color: 11438753.
HSL color Cylindrical-coordinate representation of color #A18AAE: hue angle of 278.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A18AAE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 138 | 174 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.32 |
| HSL | 278.33º | 0.18% | 0.61% | - |
| HSV(B) | 278.33º | 0.21% | 0.68% | - |
| XYZ | 31.43 | 28.81 | 43.95 | - |
| YUV | 148.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 174 | 0.07 | 0.21 | 0 | 0.32 | 278.33 | 0.18 | 0.61 |
| Hex | A1 | 8A | AE | 7 | 15 | 0 | 20 | 116 | 12 | 3D |
| Octal | 241 | 212 | 256 | 7 | 25 | 0 | 40 | 426 | 22 | 75 |
| Binary | 10100001 | 10001010 | 10101110 | 111 | 10101 | 0 | 100000 | 100010110 | 10010 | 111101 |
Color Harmonies of #A18AAE
Complementary color
Monochromatic Colors of #A18AAE
Black with #A18AAE
Text Example
Text Example
White with #A18AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18AAE; }
p { color: rgb(161,138,174); }
H1.HeaderClassName
{
color: #A18AAE;
}
.AnyTagClassName
{
color: #A18AAE;
}
</style>
background-color css
<style>
a { background-color: #A18AAE; }
a { background-color: rgb(161,138,174); }
div.DivClassName
{
background-color: #A18AAE;
}
.BgClassName
{
background-color: #A18AAE;
}
</style>
border-color css
<style>
span { border-color: #A18AAE; }
span { border-color: rgb(161,138,174); }
td.TdClassName
{
border-color: #A18AAE;
}
.TagClassName
{
border-color: #A18AAE;
}
</style>