Shades of East Side #A47AB0
Tints of East Side #A47AB0
RGB
CMYK
RGB Variations
Color information
#A47AB0 (or 0xA47AB0) is known color: East Side. HEX triplet: A4, 7A and B0. RGB value is (164,122,176). Sum of RGB (Red+Green+Blue) = 164+122+176=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 176 - color contains mainly: blue. Hex color #A47AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AB0 is #5B854F. Grayscale: #8C8C8C. Windows color (decimal): -5997904 or 11565732. OLE color: 11565732.
HSL color Cylindrical-coordinate representation of color #A47AB0: hue angle of 286.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47AB0 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 122 | 176 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.31 |
| HSL | 286.67º | 0.25% | 0.58% | - |
| HSV(B) | 286.67º | 0.31% | 0.69% | - |
| XYZ | 30.11 | 24.95 | 44.3 | - |
| YUV | 140.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 176 | 0.07 | 0.31 | 0 | 0.31 | 286.67 | 0.25 | 0.58 |
| Hex | A4 | 7A | B0 | 7 | 1F | 0 | 1F | 11F | 19 | 3A |
| Octal | 244 | 172 | 260 | 7 | 37 | 0 | 37 | 437 | 31 | 72 |
| Binary | 10100100 | 1111010 | 10110000 | 111 | 11111 | 0 | 11111 | 100011111 | 11001 | 111010 |
Color Harmonies of #A47AB0
Complementary color
Monochromatic Colors of #A47AB0
Black with #A47AB0
Text Example
Text Example
White with #A47AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AB0; }
p { color: rgb(164,122,176); }
H1.HeaderClassName
{
color: #A47AB0;
}
.AnyTagClassName
{
color: #A47AB0;
}
</style>
background-color css
<style>
a { background-color: #A47AB0; }
a { background-color: rgb(164,122,176); }
div.DivClassName
{
background-color: #A47AB0;
}
.BgClassName
{
background-color: #A47AB0;
}
</style>
border-color css
<style>
span { border-color: #A47AB0; }
span { border-color: rgb(164,122,176); }
td.TdClassName
{
border-color: #A47AB0;
}
.TagClassName
{
border-color: #A47AB0;
}
</style>