Shades of East Side #A37DC1
Tints of East Side #A37DC1
RGB
CMYK
RGB Variations
Color information
#A37DC1 (or 0xA37DC1) is known color: East Side. HEX triplet: A3, 7D and C1. RGB value is (163,125,193). Sum of RGB (Red+Green+Blue) = 163+125+193=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #A37DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DC1 is #5C823E. Grayscale: #8F8F8F. Windows color (decimal): -6062655 or 12680611. OLE color: 12680611.
HSL color Cylindrical-coordinate representation of color #A37DC1: hue angle of 273.53º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37DC1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 125 | 193 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.24 |
| HSL | 273.53º | 0.35% | 0.62% | - |
| HSV(B) | 273.53º | 0.35% | 0.76% | - |
| XYZ | 32.06 | 26.3 | 53.84 | - |
| YUV | 144.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 193 | 0.16 | 0.35 | 0 | 0.24 | 273.53 | 0.35 | 0.62 |
| Hex | A3 | 7D | C1 | 10 | 23 | 0 | 18 | 112 | 23 | 3E |
| Octal | 243 | 175 | 301 | 20 | 43 | 0 | 30 | 422 | 43 | 76 |
| Binary | 10100011 | 1111101 | 11000001 | 10000 | 100011 | 0 | 11000 | 100010010 | 100011 | 111110 |
Color Harmonies of #A37DC1
Complementary color
Monochromatic Colors of #A37DC1
Black with #A37DC1
Text Example
Text Example
White with #A37DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DC1; }
p { color: rgb(163,125,193); }
H1.HeaderClassName
{
color: #A37DC1;
}
.AnyTagClassName
{
color: #A37DC1;
}
</style>
background-color css
<style>
a { background-color: #A37DC1; }
a { background-color: rgb(163,125,193); }
div.DivClassName
{
background-color: #A37DC1;
}
.BgClassName
{
background-color: #A37DC1;
}
</style>
border-color css
<style>
span { border-color: #A37DC1; }
span { border-color: rgb(163,125,193); }
td.TdClassName
{
border-color: #A37DC1;
}
.TagClassName
{
border-color: #A37DC1;
}
</style>