Shades of East Side #A47CB1
Tints of East Side #A47CB1
RGB
CMYK
RGB Variations
Color information
#A47CB1 (or 0xA47CB1) is known color: East Side. HEX triplet: A4, 7C and B1. RGB value is (164,124,177). Sum of RGB (Red+Green+Blue) = 164+124+177=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 177 - color contains mainly: blue. Hex color #A47CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47CB1 is #5B834E. Grayscale: #8D8D8D. Windows color (decimal): -5997391 or 11631780. OLE color: 11631780.
HSL color Cylindrical-coordinate representation of color #A47CB1: hue angle of 285.28º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47CB1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 124 | 177 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.31 |
| HSL | 285.28º | 0.25% | 0.59% | - |
| HSV(B) | 285.28º | 0.3% | 0.69% | - |
| XYZ | 30.45 | 25.48 | 44.91 | - |
| YUV | 142 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 177 | 0.07 | 0.30 | 0 | 0.31 | 285.28 | 0.25 | 0.59 |
| Hex | A4 | 7C | B1 | 7 | 1E | 0 | 1F | 11D | 19 | 3B |
| Octal | 244 | 174 | 261 | 7 | 36 | 0 | 37 | 435 | 31 | 73 |
| Binary | 10100100 | 1111100 | 10110001 | 111 | 11110 | 0 | 11111 | 100011101 | 11001 | 111011 |
Color Harmonies of #A47CB1
Complementary color
Monochromatic Colors of #A47CB1
Black with #A47CB1
Text Example
Text Example
White with #A47CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CB1; }
p { color: rgb(164,124,177); }
H1.HeaderClassName
{
color: #A47CB1;
}
.AnyTagClassName
{
color: #A47CB1;
}
</style>
background-color css
<style>
a { background-color: #A47CB1; }
a { background-color: rgb(164,124,177); }
div.DivClassName
{
background-color: #A47CB1;
}
.BgClassName
{
background-color: #A47CB1;
}
</style>
border-color css
<style>
span { border-color: #A47CB1; }
span { border-color: rgb(164,124,177); }
td.TdClassName
{
border-color: #A47CB1;
}
.TagClassName
{
border-color: #A47CB1;
}
</style>