Shades of East Side #A47AC2
Tints of East Side #A47AC2
RGB
CMYK
RGB Variations
Color information
#A47AC2 (or 0xA47AC2) is known color: East Side. HEX triplet: A4, 7A and C2. RGB value is (164,122,194). Sum of RGB (Red+Green+Blue) = 164+122+194=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #A47AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47AC2 is #5B853D. Grayscale: #8E8E8E. Windows color (decimal): -5997886 or 12745380. OLE color: 12745380.
HSL color Cylindrical-coordinate representation of color #A47AC2: hue angle of 275º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A47AC2 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 122 | 194 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.24 |
| HSL | 275º | 0.37% | 0.62% | - |
| HSV(B) | 275º | 0.37% | 0.76% | - |
| XYZ | 32.01 | 25.71 | 54.31 | - |
| YUV | 142.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 194 | 0.15 | 0.37 | 0 | 0.24 | 275 | 0.37 | 0.62 |
| Hex | A4 | 7A | C2 | F | 25 | 0 | 18 | 113 | 25 | 3E |
| Octal | 244 | 172 | 302 | 17 | 45 | 0 | 30 | 423 | 45 | 76 |
| Binary | 10100100 | 1111010 | 11000010 | 1111 | 100101 | 0 | 11000 | 100010011 | 100101 | 111110 |
Color Harmonies of #A47AC2
Complementary color
Monochromatic Colors of #A47AC2
Black with #A47AC2
Text Example
Text Example
White with #A47AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AC2; }
p { color: rgb(164,122,194); }
H1.HeaderClassName
{
color: #A47AC2;
}
.AnyTagClassName
{
color: #A47AC2;
}
</style>
background-color css
<style>
a { background-color: #A47AC2; }
a { background-color: rgb(164,122,194); }
div.DivClassName
{
background-color: #A47AC2;
}
.BgClassName
{
background-color: #A47AC2;
}
</style>
border-color css
<style>
span { border-color: #A47AC2; }
span { border-color: rgb(164,122,194); }
td.TdClassName
{
border-color: #A47AC2;
}
.TagClassName
{
border-color: #A47AC2;
}
</style>