Shades of East Side #A37DC3
Tints of East Side #A37DC3
RGB
CMYK
RGB Variations
Color information
#A37DC3 (or 0xA37DC3) is known color: East Side. HEX triplet: A3, 7D and C3. RGB value is (163,125,195). Sum of RGB (Red+Green+Blue) = 163+125+195=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #A37DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DC3 is #5C823C. Grayscale: #909090. Windows color (decimal): -6062653 or 12811683. OLE color: 12811683.
HSL color Cylindrical-coordinate representation of color #A37DC3: hue angle of 272.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37DC3 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 125 | 195 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.24 |
| HSL | 272.57º | 0.37% | 0.63% | - |
| HSV(B) | 272.57º | 0.36% | 0.76% | - |
| XYZ | 32.29 | 26.39 | 55.02 | - |
| YUV | 144.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 195 | 0.16 | 0.36 | 0 | 0.24 | 272.57 | 0.37 | 0.63 |
| Hex | A3 | 7D | C3 | 10 | 24 | 0 | 18 | 111 | 25 | 3F |
| Octal | 243 | 175 | 303 | 20 | 44 | 0 | 30 | 421 | 45 | 77 |
| Binary | 10100011 | 1111101 | 11000011 | 10000 | 100100 | 0 | 11000 | 100010001 | 100101 | 111111 |
Color Harmonies of #A37DC3
Complementary color
Monochromatic Colors of #A37DC3
Black with #A37DC3
Text Example
Text Example
White with #A37DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DC3; }
p { color: rgb(163,125,195); }
H1.HeaderClassName
{
color: #A37DC3;
}
.AnyTagClassName
{
color: #A37DC3;
}
</style>
background-color css
<style>
a { background-color: #A37DC3; }
a { background-color: rgb(163,125,195); }
div.DivClassName
{
background-color: #A37DC3;
}
.BgClassName
{
background-color: #A37DC3;
}
</style>
border-color css
<style>
span { border-color: #A37DC3; }
span { border-color: rgb(163,125,195); }
td.TdClassName
{
border-color: #A37DC3;
}
.TagClassName
{
border-color: #A37DC3;
}
</style>