Shades of Medium Purple #A07AD2
Tints of Medium Purple #A07AD2
RGB
CMYK
RGB Variations
Color information
#A07AD2 (or 0xA07AD2) is known color: Medium Purple. HEX triplet: A0, 7A and D2. RGB value is (160,122,210). Sum of RGB (Red+Green+Blue) = 160+122+210=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #A07AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AD2 is #5F852D. Grayscale: #8F8F8F. Windows color (decimal): -6260014 or 13793952. OLE color: 13793952.
HSL color Cylindrical-coordinate representation of color #A07AD2: hue angle of 265.91º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07AD2 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 122 | 210 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.18 |
| HSL | 265.91º | 0.49% | 0.65% | - |
| HSV(B) | 265.91º | 0.42% | 0.82% | - |
| XYZ | 33.09 | 26.05 | 64.26 | - |
| YUV | 143.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 210 | 0.24 | 0.42 | 0 | 0.18 | 265.91 | 0.49 | 0.65 |
| Hex | A0 | 7A | D2 | 18 | 2A | 0 | 12 | 10A | 31 | 41 |
| Octal | 240 | 172 | 322 | 30 | 52 | 0 | 22 | 412 | 61 | 101 |
| Binary | 10100000 | 1111010 | 11010010 | 11000 | 101010 | 0 | 10010 | 100001010 | 110001 | 1000001 |
Color Harmonies of #A07AD2
Complementary color
Monochromatic Colors of #A07AD2
Black with #A07AD2
Text Example
Text Example
White with #A07AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AD2; }
p { color: rgb(160,122,210); }
H1.HeaderClassName
{
color: #A07AD2;
}
.AnyTagClassName
{
color: #A07AD2;
}
</style>
background-color css
<style>
a { background-color: #A07AD2; }
a { background-color: rgb(160,122,210); }
div.DivClassName
{
background-color: #A07AD2;
}
.BgClassName
{
background-color: #A07AD2;
}
</style>
border-color css
<style>
span { border-color: #A07AD2; }
span { border-color: rgb(160,122,210); }
td.TdClassName
{
border-color: #A07AD2;
}
.TagClassName
{
border-color: #A07AD2;
}
</style>