Shades of East Side #A47ABC
Tints of East Side #A47ABC
RGB
CMYK
RGB Variations
Color information
#A47ABC (or 0xA47ABC) is known color: East Side. HEX triplet: A4, 7A and BC. RGB value is (164,122,188). Sum of RGB (Red+Green+Blue) = 164+122+188=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #A47ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ABC is #5B8543. Grayscale: #8D8D8D. Windows color (decimal): -5997892 or 12352164. OLE color: 12352164.
HSL color Cylindrical-coordinate representation of color #A47ABC: hue angle of 278.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A47ABC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 122 | 188 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.26 |
| HSL | 278.18º | 0.33% | 0.61% | - |
| HSV(B) | 278.18º | 0.35% | 0.74% | - |
| XYZ | 31.35 | 25.44 | 50.84 | - |
| YUV | 142.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 188 | 0.13 | 0.35 | 0 | 0.26 | 278.18 | 0.33 | 0.61 |
| Hex | A4 | 7A | BC | D | 23 | 0 | 1A | 116 | 21 | 3D |
| Octal | 244 | 172 | 274 | 15 | 43 | 0 | 32 | 426 | 41 | 75 |
| Binary | 10100100 | 1111010 | 10111100 | 1101 | 100011 | 0 | 11010 | 100010110 | 100001 | 111101 |
Color Harmonies of #A47ABC
Complementary color
Monochromatic Colors of #A47ABC
Black with #A47ABC
Text Example
Text Example
White with #A47ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47ABC; }
p { color: rgb(164,122,188); }
H1.HeaderClassName
{
color: #A47ABC;
}
.AnyTagClassName
{
color: #A47ABC;
}
</style>
background-color css
<style>
a { background-color: #A47ABC; }
a { background-color: rgb(164,122,188); }
div.DivClassName
{
background-color: #A47ABC;
}
.BgClassName
{
background-color: #A47ABC;
}
</style>
border-color css
<style>
span { border-color: #A47ABC; }
span { border-color: rgb(164,122,188); }
td.TdClassName
{
border-color: #A47ABC;
}
.TagClassName
{
border-color: #A47ABC;
}
</style>