Shades of Medium Purple #A07AD4
Tints of Medium Purple #A07AD4
RGB
CMYK
RGB Variations
Color information
#A07AD4 (or 0xA07AD4) is known color: Medium Purple. HEX triplet: A0, 7A and D4. RGB value is (160,122,212). Sum of RGB (Red+Green+Blue) = 160+122+212=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #A07AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AD4 is #5F852B. Grayscale: #8F8F8F. Windows color (decimal): -6260012 or 13925024. OLE color: 13925024.
HSL color Cylindrical-coordinate representation of color #A07AD4: hue angle of 265.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07AD4 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 122 | 212 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.17 |
| HSL | 265.33º | 0.51% | 0.65% | - |
| HSV(B) | 265.33º | 0.42% | 0.83% | - |
| XYZ | 33.34 | 26.15 | 65.58 | - |
| YUV | 143.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 212 | 0.25 | 0.42 | 0 | 0.17 | 265.33 | 0.51 | 0.65 |
| Hex | A0 | 7A | D4 | 19 | 2A | 0 | 11 | 109 | 33 | 41 |
| Octal | 240 | 172 | 324 | 31 | 52 | 0 | 21 | 411 | 63 | 101 |
| Binary | 10100000 | 1111010 | 11010100 | 11001 | 101010 | 0 | 10001 | 100001001 | 110011 | 1000001 |
Color Harmonies of #A07AD4
Complementary color
Monochromatic Colors of #A07AD4
Black with #A07AD4
Text Example
Text Example
White with #A07AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AD4; }
p { color: rgb(160,122,212); }
H1.HeaderClassName
{
color: #A07AD4;
}
.AnyTagClassName
{
color: #A07AD4;
}
</style>
background-color css
<style>
a { background-color: #A07AD4; }
a { background-color: rgb(160,122,212); }
div.DivClassName
{
background-color: #A07AD4;
}
.BgClassName
{
background-color: #A07AD4;
}
</style>
border-color css
<style>
span { border-color: #A07AD4; }
span { border-color: rgb(160,122,212); }
td.TdClassName
{
border-color: #A07AD4;
}
.TagClassName
{
border-color: #A07AD4;
}
</style>