Shades of Medium Purple #A37DD6
Tints of Medium Purple #A37DD6
RGB
CMYK
RGB Variations
Color information
#A37DD6 (or 0xA37DD6) is known color: Medium Purple. HEX triplet: A3, 7D and D6. RGB value is (163,125,214). Sum of RGB (Red+Green+Blue) = 163+125+214=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #A37DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DD6 is #5C8229. Grayscale: #929292. Windows color (decimal): -6062634 or 14056867. OLE color: 14056867.
HSL color Cylindrical-coordinate representation of color #A37DD6: hue angle of 265.62º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A37DD6 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 125 | 214 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.16 |
| HSL | 265.62º | 0.52% | 0.66% | - |
| HSV(B) | 265.62º | 0.42% | 0.84% | - |
| XYZ | 34.58 | 27.31 | 67.07 | - |
| YUV | 146.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 214 | 0.24 | 0.42 | 0 | 0.16 | 265.62 | 0.52 | 0.66 |
| Hex | A3 | 7D | D6 | 18 | 2A | 0 | 10 | 10A | 34 | 42 |
| Octal | 243 | 175 | 326 | 30 | 52 | 0 | 20 | 412 | 64 | 102 |
| Binary | 10100011 | 1111101 | 11010110 | 11000 | 101010 | 0 | 10000 | 100001010 | 110100 | 1000010 |
Color Harmonies of #A37DD6
Complementary color
Monochromatic Colors of #A37DD6
Black with #A37DD6
Text Example
Text Example
White with #A37DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DD6; }
p { color: rgb(163,125,214); }
H1.HeaderClassName
{
color: #A37DD6;
}
.AnyTagClassName
{
color: #A37DD6;
}
</style>
background-color css
<style>
a { background-color: #A37DD6; }
a { background-color: rgb(163,125,214); }
div.DivClassName
{
background-color: #A37DD6;
}
.BgClassName
{
background-color: #A37DD6;
}
</style>
border-color css
<style>
span { border-color: #A37DD6; }
span { border-color: rgb(163,125,214); }
td.TdClassName
{
border-color: #A37DD6;
}
.TagClassName
{
border-color: #A37DD6;
}
</style>