Shades of East Side #A18AAD
Tints of East Side #A18AAD
RGB
CMYK
RGB Variations
Color information
#A18AAD (or 0xA18AAD) is known color: East Side. HEX triplet: A1, 8A and AD. RGB value is (161,138,173). Sum of RGB (Red+Green+Blue) = 161+138+173=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #A18AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18AAD is #5E7552. Grayscale: #949494. Windows color (decimal): -6190419 or 11373217. OLE color: 11373217.
HSL color Cylindrical-coordinate representation of color #A18AAD: hue angle of 279.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18AAD is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 138 | 173 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.32 |
| HSL | 279.43º | 0.18% | 0.61% | - |
| HSV(B) | 279.43º | 0.2% | 0.68% | - |
| XYZ | 31.33 | 28.77 | 43.44 | - |
| YUV | 148.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 173 | 0.07 | 0.20 | 0 | 0.32 | 279.43 | 0.18 | 0.61 |
| Hex | A1 | 8A | AD | 7 | 14 | 0 | 20 | 117 | 12 | 3D |
| Octal | 241 | 212 | 255 | 7 | 24 | 0 | 40 | 427 | 22 | 75 |
| Binary | 10100001 | 10001010 | 10101101 | 111 | 10100 | 0 | 100000 | 100010111 | 10010 | 111101 |
Color Harmonies of #A18AAD
Complementary color
Monochromatic Colors of #A18AAD
Black with #A18AAD
Text Example
Text Example
White with #A18AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18AAD; }
p { color: rgb(161,138,173); }
H1.HeaderClassName
{
color: #A18AAD;
}
.AnyTagClassName
{
color: #A18AAD;
}
</style>
background-color css
<style>
a { background-color: #A18AAD; }
a { background-color: rgb(161,138,173); }
div.DivClassName
{
background-color: #A18AAD;
}
.BgClassName
{
background-color: #A18AAD;
}
</style>
border-color css
<style>
span { border-color: #A18AAD; }
span { border-color: rgb(161,138,173); }
td.TdClassName
{
border-color: #A18AAD;
}
.TagClassName
{
border-color: #A18AAD;
}
</style>