Shades of Medium Purple #A07DD8
Tints of Medium Purple #A07DD8
RGB
CMYK
RGB Variations
Color information
#A07DD8 (or 0xA07DD8) is known color: Medium Purple. HEX triplet: A0, 7D and D8. RGB value is (160,125,216). Sum of RGB (Red+Green+Blue) = 160+125+216=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #A07DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DD8 is #5F8227. Grayscale: #919191. Windows color (decimal): -6259240 or 14187936. OLE color: 14187936.
HSL color Cylindrical-coordinate representation of color #A07DD8: hue angle of 263.08º degrees, saturation: 0.54, 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 #A07DD8 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 125 | 216 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.15 |
| HSL | 263.08º | 0.54% | 0.67% | - |
| HSV(B) | 263.08º | 0.42% | 0.85% | - |
| XYZ | 34.23 | 27.1 | 68.39 | - |
| YUV | 145.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 216 | 0.26 | 0.42 | 0 | 0.15 | 263.08 | 0.54 | 0.67 |
| Hex | A0 | 7D | D8 | 1A | 2A | 0 | F | 107 | 36 | 43 |
| Octal | 240 | 175 | 330 | 32 | 52 | 0 | 17 | 407 | 66 | 103 |
| Binary | 10100000 | 1111101 | 11011000 | 11010 | 101010 | 0 | 1111 | 100000111 | 110110 | 1000011 |
Color Harmonies of #A07DD8
Complementary color
Monochromatic Colors of #A07DD8
Black with #A07DD8
Text Example
Text Example
White with #A07DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DD8; }
p { color: rgb(160,125,216); }
H1.HeaderClassName
{
color: #A07DD8;
}
.AnyTagClassName
{
color: #A07DD8;
}
</style>
background-color css
<style>
a { background-color: #A07DD8; }
a { background-color: rgb(160,125,216); }
div.DivClassName
{
background-color: #A07DD8;
}
.BgClassName
{
background-color: #A07DD8;
}
</style>
border-color css
<style>
span { border-color: #A07DD8; }
span { border-color: rgb(160,125,216); }
td.TdClassName
{
border-color: #A07DD8;
}
.TagClassName
{
border-color: #A07DD8;
}
</style>