Shades of Medium Purple #A07CDA
Tints of Medium Purple #A07CDA
RGB
CMYK
RGB Variations
Color information
#A07CDA (or 0xA07CDA) is known color: Medium Purple. HEX triplet: A0, 7C and DA. RGB value is (160,124,218). Sum of RGB (Red+Green+Blue) = 160+124+218=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #A07CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CDA is #5F8325. Grayscale: #919191. Windows color (decimal): -6259494 or 14318752. OLE color: 14318752.
HSL color Cylindrical-coordinate representation of color #A07CDA: hue angle of 262.98º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07CDA is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 124 | 218 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.15 |
| HSL | 262.98º | 0.56% | 0.67% | - |
| HSV(B) | 262.98º | 0.43% | 0.85% | - |
| XYZ | 34.36 | 26.95 | 69.72 | - |
| YUV | 145.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 218 | 0.27 | 0.43 | 0 | 0.15 | 262.98 | 0.56 | 0.67 |
| Hex | A0 | 7C | DA | 1B | 2B | 0 | F | 107 | 38 | 43 |
| Octal | 240 | 174 | 332 | 33 | 53 | 0 | 17 | 407 | 70 | 103 |
| Binary | 10100000 | 1111100 | 11011010 | 11011 | 101011 | 0 | 1111 | 100000111 | 111000 | 1000011 |
Color Harmonies of #A07CDA
Complementary color
Monochromatic Colors of #A07CDA
Black with #A07CDA
Text Example
Text Example
White with #A07CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CDA; }
p { color: rgb(160,124,218); }
H1.HeaderClassName
{
color: #A07CDA;
}
.AnyTagClassName
{
color: #A07CDA;
}
</style>
background-color css
<style>
a { background-color: #A07CDA; }
a { background-color: rgb(160,124,218); }
div.DivClassName
{
background-color: #A07CDA;
}
.BgClassName
{
background-color: #A07CDA;
}
</style>
border-color css
<style>
span { border-color: #A07CDA; }
span { border-color: rgb(160,124,218); }
td.TdClassName
{
border-color: #A07CDA;
}
.TagClassName
{
border-color: #A07CDA;
}
</style>