Shades of East Side #A47ABA
Tints of East Side #A47ABA
RGB
CMYK
RGB Variations
Color information
#A47ABA (or 0xA47ABA) is known color: East Side. HEX triplet: A4, 7A and BA. RGB value is (164,122,186). Sum of RGB (Red+Green+Blue) = 164+122+186=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A47ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ABA is #5B8545. Grayscale: #8D8D8D. Windows color (decimal): -5997894 or 12221092. OLE color: 12221092.
HSL color Cylindrical-coordinate representation of color #A47ABA: hue angle of 279.38º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47ABA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 122 | 186 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.27 |
| HSL | 279.38º | 0.32% | 0.6% | - |
| HSV(B) | 279.38º | 0.34% | 0.73% | - |
| XYZ | 31.13 | 25.36 | 49.71 | - |
| YUV | 141.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 186 | 0.12 | 0.34 | 0 | 0.27 | 279.38 | 0.32 | 0.6 |
| Hex | A4 | 7A | BA | C | 22 | 0 | 1B | 117 | 20 | 3C |
| Octal | 244 | 172 | 272 | 14 | 42 | 0 | 33 | 427 | 40 | 74 |
| Binary | 10100100 | 1111010 | 10111010 | 1100 | 100010 | 0 | 11011 | 100010111 | 100000 | 111100 |
Color Harmonies of #A47ABA
Complementary color
Monochromatic Colors of #A47ABA
Black with #A47ABA
Text Example
Text Example
White with #A47ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47ABA; }
p { color: rgb(164,122,186); }
H1.HeaderClassName
{
color: #A47ABA;
}
.AnyTagClassName
{
color: #A47ABA;
}
</style>
background-color css
<style>
a { background-color: #A47ABA; }
a { background-color: rgb(164,122,186); }
div.DivClassName
{
background-color: #A47ABA;
}
.BgClassName
{
background-color: #A47ABA;
}
</style>
border-color css
<style>
span { border-color: #A47ABA; }
span { border-color: rgb(164,122,186); }
td.TdClassName
{
border-color: #A47ABA;
}
.TagClassName
{
border-color: #A47ABA;
}
</style>