Shades of East Side #A47AB5
Tints of East Side #A47AB5
RGB
CMYK
RGB Variations
Color information
#A47AB5 (or 0xA47AB5) is known color: East Side. HEX triplet: A4, 7A and B5. RGB value is (164,122,181). Sum of RGB (Red+Green+Blue) = 164+122+181=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #A47AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47AB5 is #5B854A. Grayscale: #8D8D8D. Windows color (decimal): -5997899 or 11893412. OLE color: 11893412.
HSL color Cylindrical-coordinate representation of color #A47AB5: hue angle of 282.71º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A47AB5 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 122 | 181 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.29 |
| HSL | 282.71º | 0.29% | 0.59% | - |
| HSV(B) | 282.71º | 0.33% | 0.71% | - |
| XYZ | 30.61 | 25.15 | 46.96 | - |
| YUV | 141.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 181 | 0.09 | 0.33 | 0 | 0.29 | 282.71 | 0.29 | 0.59 |
| Hex | A4 | 7A | B5 | 9 | 21 | 0 | 1D | 11B | 1D | 3B |
| Octal | 244 | 172 | 265 | 11 | 41 | 0 | 35 | 433 | 35 | 73 |
| Binary | 10100100 | 1111010 | 10110101 | 1001 | 100001 | 0 | 11101 | 100011011 | 11101 | 111011 |
Color Harmonies of #A47AB5
Complementary color
Monochromatic Colors of #A47AB5
Black with #A47AB5
Text Example
Text Example
White with #A47AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AB5; }
p { color: rgb(164,122,181); }
H1.HeaderClassName
{
color: #A47AB5;
}
.AnyTagClassName
{
color: #A47AB5;
}
</style>
background-color css
<style>
a { background-color: #A47AB5; }
a { background-color: rgb(164,122,181); }
div.DivClassName
{
background-color: #A47AB5;
}
.BgClassName
{
background-color: #A47AB5;
}
</style>
border-color css
<style>
span { border-color: #A47AB5; }
span { border-color: rgb(164,122,181); }
td.TdClassName
{
border-color: #A47AB5;
}
.TagClassName
{
border-color: #A47AB5;
}
</style>