Shades of Medium Purple #A07AD3
Tints of Medium Purple #A07AD3
RGB
CMYK
RGB Variations
Color information
#A07AD3 (or 0xA07AD3) is known color: Medium Purple. HEX triplet: A0, 7A and D3. RGB value is (160,122,211). Sum of RGB (Red+Green+Blue) = 160+122+211=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #A07AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AD3 is #5F852C. Grayscale: #8F8F8F. Windows color (decimal): -6260013 or 13859488. OLE color: 13859488.
HSL color Cylindrical-coordinate representation of color #A07AD3: hue angle of 265.62º degrees, saturation: 0.5, 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 #A07AD3 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 122 | 211 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.17 |
| HSL | 265.62º | 0.5% | 0.65% | - |
| HSV(B) | 265.62º | 0.42% | 0.83% | - |
| XYZ | 33.21 | 26.1 | 64.91 | - |
| YUV | 143.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 211 | 0.24 | 0.42 | 0 | 0.17 | 265.62 | 0.5 | 0.65 |
| Hex | A0 | 7A | D3 | 18 | 2A | 0 | 11 | 10A | 32 | 41 |
| Octal | 240 | 172 | 323 | 30 | 52 | 0 | 21 | 412 | 62 | 101 |
| Binary | 10100000 | 1111010 | 11010011 | 11000 | 101010 | 0 | 10001 | 100001010 | 110010 | 1000001 |
Color Harmonies of #A07AD3
Complementary color
Monochromatic Colors of #A07AD3
Black with #A07AD3
Text Example
Text Example
White with #A07AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AD3; }
p { color: rgb(160,122,211); }
H1.HeaderClassName
{
color: #A07AD3;
}
.AnyTagClassName
{
color: #A07AD3;
}
</style>
background-color css
<style>
a { background-color: #A07AD3; }
a { background-color: rgb(160,122,211); }
div.DivClassName
{
background-color: #A07AD3;
}
.BgClassName
{
background-color: #A07AD3;
}
</style>
border-color css
<style>
span { border-color: #A07AD3; }
span { border-color: rgb(160,122,211); }
td.TdClassName
{
border-color: #A07AD3;
}
.TagClassName
{
border-color: #A07AD3;
}
</style>