Shades of Medium Purple #A37DDC
Tints of Medium Purple #A37DDC
RGB
CMYK
RGB Variations
Color information
#A37DDC (or 0xA37DDC) is known color: Medium Purple. HEX triplet: A3, 7D and DC. RGB value is (163,125,220). Sum of RGB (Red+Green+Blue) = 163+125+220=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #A37DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DDC is #5C8223. Grayscale: #929292. Windows color (decimal): -6062628 or 14450083. OLE color: 14450083.
HSL color Cylindrical-coordinate representation of color #A37DDC: hue angle of 264º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A37DDC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 125 | 220 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.14 |
| HSL | 264º | 0.58% | 0.68% | - |
| HSV(B) | 264º | 0.43% | 0.86% | - |
| XYZ | 35.36 | 27.62 | 71.18 | - |
| YUV | 147.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 220 | 0.26 | 0.43 | 0 | 0.14 | 264 | 0.58 | 0.68 |
| Hex | A3 | 7D | DC | 1A | 2B | 0 | E | 108 | 3A | 44 |
| Octal | 243 | 175 | 334 | 32 | 53 | 0 | 16 | 410 | 72 | 104 |
| Binary | 10100011 | 1111101 | 11011100 | 11010 | 101011 | 0 | 1110 | 100001000 | 111010 | 1000100 |
Color Harmonies of #A37DDC
Complementary color
Monochromatic Colors of #A37DDC
Black with #A37DDC
Text Example
Text Example
White with #A37DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DDC; }
p { color: rgb(163,125,220); }
H1.HeaderClassName
{
color: #A37DDC;
}
.AnyTagClassName
{
color: #A37DDC;
}
</style>
background-color css
<style>
a { background-color: #A37DDC; }
a { background-color: rgb(163,125,220); }
div.DivClassName
{
background-color: #A37DDC;
}
.BgClassName
{
background-color: #A37DDC;
}
</style>
border-color css
<style>
span { border-color: #A37DDC; }
span { border-color: rgb(163,125,220); }
td.TdClassName
{
border-color: #A37DDC;
}
.TagClassName
{
border-color: #A37DDC;
}
</style>