Shades of Medium Purple #A07DD9
Tints of Medium Purple #A07DD9
RGB
CMYK
RGB Variations
Color information
#A07DD9 (or 0xA07DD9) is known color: Medium Purple. HEX triplet: A0, 7D and D9. RGB value is (160,125,217). Sum of RGB (Red+Green+Blue) = 160+125+217=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #A07DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DD9 is #5F8226. Grayscale: #919191. Windows color (decimal): -6259239 or 14253472. OLE color: 14253472.
HSL color Cylindrical-coordinate representation of color #A07DD9: hue angle of 262.83º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07DD9 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 125 | 217 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.15 |
| HSL | 262.83º | 0.55% | 0.67% | - |
| HSV(B) | 262.83º | 0.42% | 0.85% | - |
| XYZ | 34.36 | 27.15 | 69.08 | - |
| YUV | 145.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 217 | 0.26 | 0.42 | 0 | 0.15 | 262.83 | 0.55 | 0.67 |
| Hex | A0 | 7D | D9 | 1A | 2A | 0 | F | 107 | 37 | 43 |
| Octal | 240 | 175 | 331 | 32 | 52 | 0 | 17 | 407 | 67 | 103 |
| Binary | 10100000 | 1111101 | 11011001 | 11010 | 101010 | 0 | 1111 | 100000111 | 110111 | 1000011 |
Color Harmonies of #A07DD9
Complementary color
Monochromatic Colors of #A07DD9
Black with #A07DD9
Text Example
Text Example
White with #A07DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DD9; }
p { color: rgb(160,125,217); }
H1.HeaderClassName
{
color: #A07DD9;
}
.AnyTagClassName
{
color: #A07DD9;
}
</style>
background-color css
<style>
a { background-color: #A07DD9; }
a { background-color: rgb(160,125,217); }
div.DivClassName
{
background-color: #A07DD9;
}
.BgClassName
{
background-color: #A07DD9;
}
</style>
border-color css
<style>
span { border-color: #A07DD9; }
span { border-color: rgb(160,125,217); }
td.TdClassName
{
border-color: #A07DD9;
}
.TagClassName
{
border-color: #A07DD9;
}
</style>