Shades of Medium Purple #A37DDA
Tints of Medium Purple #A37DDA
RGB
CMYK
RGB Variations
Color information
#A37DDA (or 0xA37DDA) is known color: Medium Purple. HEX triplet: A3, 7D and DA. RGB value is (163,125,218). Sum of RGB (Red+Green+Blue) = 163+125+218=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #A37DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DDA is #5C8225. Grayscale: #929292. Windows color (decimal): -6062630 or 14319011. OLE color: 14319011.
HSL color Cylindrical-coordinate representation of color #A37DDA: hue angle of 264.52º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A37DDA is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 125 | 218 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.15 |
| HSL | 264.52º | 0.56% | 0.67% | - |
| HSV(B) | 264.52º | 0.43% | 0.85% | - |
| XYZ | 35.09 | 27.52 | 69.79 | - |
| YUV | 146.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 218 | 0.25 | 0.43 | 0 | 0.15 | 264.52 | 0.56 | 0.67 |
| Hex | A3 | 7D | DA | 19 | 2B | 0 | F | 109 | 38 | 43 |
| Octal | 243 | 175 | 332 | 31 | 53 | 0 | 17 | 411 | 70 | 103 |
| Binary | 10100011 | 1111101 | 11011010 | 11001 | 101011 | 0 | 1111 | 100001001 | 111000 | 1000011 |
Color Harmonies of #A37DDA
Complementary color
Monochromatic Colors of #A37DDA
Black with #A37DDA
Text Example
Text Example
White with #A37DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DDA; }
p { color: rgb(163,125,218); }
H1.HeaderClassName
{
color: #A37DDA;
}
.AnyTagClassName
{
color: #A37DDA;
}
</style>
background-color css
<style>
a { background-color: #A37DDA; }
a { background-color: rgb(163,125,218); }
div.DivClassName
{
background-color: #A37DDA;
}
.BgClassName
{
background-color: #A37DDA;
}
</style>
border-color css
<style>
span { border-color: #A37DDA; }
span { border-color: rgb(163,125,218); }
td.TdClassName
{
border-color: #A37DDA;
}
.TagClassName
{
border-color: #A37DDA;
}
</style>