Shades of Medium Purple #A07DD7
Tints of Medium Purple #A07DD7
RGB
CMYK
RGB Variations
Color information
#A07DD7 (or 0xA07DD7) is known color: Medium Purple. HEX triplet: A0, 7D and D7. RGB value is (160,125,215). Sum of RGB (Red+Green+Blue) = 160+125+215=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #A07DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DD7 is #5F8228. Grayscale: #919191. Windows color (decimal): -6259241 or 14122400. OLE color: 14122400.
HSL color Cylindrical-coordinate representation of color #A07DD7: hue angle of 263.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07DD7 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 125 | 215 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.16 |
| HSL | 263.33º | 0.53% | 0.67% | - |
| HSV(B) | 263.33º | 0.42% | 0.84% | - |
| XYZ | 34.1 | 27.05 | 67.71 | - |
| YUV | 145.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 215 | 0.26 | 0.42 | 0 | 0.16 | 263.33 | 0.53 | 0.67 |
| Hex | A0 | 7D | D7 | 1A | 2A | 0 | 10 | 107 | 35 | 43 |
| Octal | 240 | 175 | 327 | 32 | 52 | 0 | 20 | 407 | 65 | 103 |
| Binary | 10100000 | 1111101 | 11010111 | 11010 | 101010 | 0 | 10000 | 100000111 | 110101 | 1000011 |
Color Harmonies of #A07DD7
Complementary color
Monochromatic Colors of #A07DD7
Black with #A07DD7
Text Example
Text Example
White with #A07DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DD7; }
p { color: rgb(160,125,215); }
H1.HeaderClassName
{
color: #A07DD7;
}
.AnyTagClassName
{
color: #A07DD7;
}
</style>
background-color css
<style>
a { background-color: #A07DD7; }
a { background-color: rgb(160,125,215); }
div.DivClassName
{
background-color: #A07DD7;
}
.BgClassName
{
background-color: #A07DD7;
}
</style>
border-color css
<style>
span { border-color: #A07DD7; }
span { border-color: rgb(160,125,215); }
td.TdClassName
{
border-color: #A07DD7;
}
.TagClassName
{
border-color: #A07DD7;
}
</style>