Shades of East Side #A37DBD
Tints of East Side #A37DBD
RGB
CMYK
RGB Variations
Color information
#A37DBD (or 0xA37DBD) is known color: East Side. HEX triplet: A3, 7D and BD. RGB value is (163,125,189). Sum of RGB (Red+Green+Blue) = 163+125+189=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #A37DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DBD is #5C8242. Grayscale: #8F8F8F. Windows color (decimal): -6062659 or 12418467. OLE color: 12418467.
HSL color Cylindrical-coordinate representation of color #A37DBD: hue angle of 275.62º 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 #A37DBD is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 125 | 189 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.26 |
| HSL | 275.63º | 0.33% | 0.62% | - |
| HSV(B) | 275.63º | 0.34% | 0.74% | - |
| XYZ | 31.62 | 26.13 | 51.52 | - |
| YUV | 143.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 189 | 0.14 | 0.34 | 0 | 0.26 | 275.63 | 0.33 | 0.62 |
| Hex | A3 | 7D | BD | E | 22 | 0 | 1A | 114 | 21 | 3E |
| Octal | 243 | 175 | 275 | 16 | 42 | 0 | 32 | 424 | 41 | 76 |
| Binary | 10100011 | 1111101 | 10111101 | 1110 | 100010 | 0 | 11010 | 100010100 | 100001 | 111110 |
Color Harmonies of #A37DBD
Complementary color
Monochromatic Colors of #A37DBD
Black with #A37DBD
Text Example
Text Example
White with #A37DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DBD; }
p { color: rgb(163,125,189); }
H1.HeaderClassName
{
color: #A37DBD;
}
.AnyTagClassName
{
color: #A37DBD;
}
</style>
background-color css
<style>
a { background-color: #A37DBD; }
a { background-color: rgb(163,125,189); }
div.DivClassName
{
background-color: #A37DBD;
}
.BgClassName
{
background-color: #A37DBD;
}
</style>
border-color css
<style>
span { border-color: #A37DBD; }
span { border-color: rgb(163,125,189); }
td.TdClassName
{
border-color: #A37DBD;
}
.TagClassName
{
border-color: #A37DBD;
}
</style>