Shades of East Side #A47AC0
Tints of East Side #A47AC0
RGB
CMYK
RGB Variations
Color information
#A47AC0 (or 0xA47AC0) is known color: East Side. HEX triplet: A4, 7A and C0. RGB value is (164,122,192). Sum of RGB (Red+Green+Blue) = 164+122+192=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #A47AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47AC0 is #5B853F. Grayscale: #8E8E8E. Windows color (decimal): -5997888 or 12614308. OLE color: 12614308.
HSL color Cylindrical-coordinate representation of color #A47AC0: hue angle of 276º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A47AC0 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 122 | 192 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.25 |
| HSL | 276º | 0.36% | 0.62% | - |
| HSV(B) | 276º | 0.36% | 0.75% | - |
| XYZ | 31.78 | 25.62 | 53.14 | - |
| YUV | 142.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 192 | 0.15 | 0.36 | 0 | 0.25 | 276 | 0.36 | 0.62 |
| Hex | A4 | 7A | C0 | F | 24 | 0 | 19 | 114 | 24 | 3E |
| Octal | 244 | 172 | 300 | 17 | 44 | 0 | 31 | 424 | 44 | 76 |
| Binary | 10100100 | 1111010 | 11000000 | 1111 | 100100 | 0 | 11001 | 100010100 | 100100 | 111110 |
Color Harmonies of #A47AC0
Complementary color
Monochromatic Colors of #A47AC0
Black with #A47AC0
Text Example
Text Example
White with #A47AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AC0; }
p { color: rgb(164,122,192); }
H1.HeaderClassName
{
color: #A47AC0;
}
.AnyTagClassName
{
color: #A47AC0;
}
</style>
background-color css
<style>
a { background-color: #A47AC0; }
a { background-color: rgb(164,122,192); }
div.DivClassName
{
background-color: #A47AC0;
}
.BgClassName
{
background-color: #A47AC0;
}
</style>
border-color css
<style>
span { border-color: #A47AC0; }
span { border-color: rgb(164,122,192); }
td.TdClassName
{
border-color: #A47AC0;
}
.TagClassName
{
border-color: #A47AC0;
}
</style>