Shades of East Side #A47DBD
Tints of East Side #A47DBD
RGB
CMYK
RGB Variations
Color information
#A47DBD (or 0xA47DBD) is known color: East Side. HEX triplet: A4, 7D and BD. RGB value is (164,125,189). Sum of RGB (Red+Green+Blue) = 164+125+189=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #A47DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DBD is #5B8242. Grayscale: #8F8F8F. Windows color (decimal): -5997123 or 12418468. OLE color: 12418468.
HSL color Cylindrical-coordinate representation of color #A47DBD: hue angle of 276.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47DBD is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 125 | 189 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.26 |
| HSL | 276.56º | 0.33% | 0.62% | - |
| HSV(B) | 276.56º | 0.34% | 0.74% | - |
| XYZ | 31.83 | 26.23 | 51.53 | - |
| YUV | 143.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 189 | 0.13 | 0.34 | 0 | 0.26 | 276.56 | 0.33 | 0.62 |
| Hex | A4 | 7D | BD | D | 22 | 0 | 1A | 115 | 21 | 3E |
| Octal | 244 | 175 | 275 | 15 | 42 | 0 | 32 | 425 | 41 | 76 |
| Binary | 10100100 | 1111101 | 10111101 | 1101 | 100010 | 0 | 11010 | 100010101 | 100001 | 111110 |
Color Harmonies of #A47DBD
Complementary color
Monochromatic Colors of #A47DBD
Black with #A47DBD
Text Example
Text Example
White with #A47DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DBD; }
p { color: rgb(164,125,189); }
H1.HeaderClassName
{
color: #A47DBD;
}
.AnyTagClassName
{
color: #A47DBD;
}
</style>
background-color css
<style>
a { background-color: #A47DBD; }
a { background-color: rgb(164,125,189); }
div.DivClassName
{
background-color: #A47DBD;
}
.BgClassName
{
background-color: #A47DBD;
}
</style>
border-color css
<style>
span { border-color: #A47DBD; }
span { border-color: rgb(164,125,189); }
td.TdClassName
{
border-color: #A47DBD;
}
.TagClassName
{
border-color: #A47DBD;
}
</style>