Shades of East Side #A47DBB
Tints of East Side #A47DBB
RGB
CMYK
RGB Variations
Color information
#A47DBB (or 0xA47DBB) is known color: East Side. HEX triplet: A4, 7D and BB. RGB value is (164,125,187). Sum of RGB (Red+Green+Blue) = 164+125+187=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #A47DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DBB is #5B8244. Grayscale: #8F8F8F. Windows color (decimal): -5997125 or 12287396. OLE color: 12287396.
HSL color Cylindrical-coordinate representation of color #A47DBB: hue angle of 277.74º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A47DBB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 125 | 187 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.27 |
| HSL | 277.74º | 0.31% | 0.61% | - |
| HSV(B) | 277.74º | 0.33% | 0.73% | - |
| XYZ | 31.61 | 26.15 | 50.39 | - |
| YUV | 143.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 187 | 0.12 | 0.33 | 0 | 0.27 | 277.74 | 0.31 | 0.61 |
| Hex | A4 | 7D | BB | C | 21 | 0 | 1B | 116 | 1F | 3D |
| Octal | 244 | 175 | 273 | 14 | 41 | 0 | 33 | 426 | 37 | 75 |
| Binary | 10100100 | 1111101 | 10111011 | 1100 | 100001 | 0 | 11011 | 100010110 | 11111 | 111101 |
Color Harmonies of #A47DBB
Complementary color
Monochromatic Colors of #A47DBB
Black with #A47DBB
Text Example
Text Example
White with #A47DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DBB; }
p { color: rgb(164,125,187); }
H1.HeaderClassName
{
color: #A47DBB;
}
.AnyTagClassName
{
color: #A47DBB;
}
</style>
background-color css
<style>
a { background-color: #A47DBB; }
a { background-color: rgb(164,125,187); }
div.DivClassName
{
background-color: #A47DBB;
}
.BgClassName
{
background-color: #A47DBB;
}
</style>
border-color css
<style>
span { border-color: #A47DBB; }
span { border-color: rgb(164,125,187); }
td.TdClassName
{
border-color: #A47DBB;
}
.TagClassName
{
border-color: #A47DBB;
}
</style>