Shades of Medium Purple #A07CED
Tints of Medium Purple #A07CED
RGB
CMYK
RGB Variations
Color information
#A07CED (or 0xA07CED) is known color: Medium Purple. HEX triplet: A0, 7C and ED. RGB value is (160,124,237). Sum of RGB (Red+Green+Blue) = 160+124+237=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #A07CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CED is #5F8312. Grayscale: #939393. Windows color (decimal): -6259475 or 15563936. OLE color: 15563936.
HSL color Cylindrical-coordinate representation of color #A07CED: hue angle of 259.12º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07CED is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 124 | 237 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.07 |
| HSL | 259.12º | 0.76% | 0.71% | - |
| HSV(B) | 259.12º | 0.48% | 0.93% | - |
| XYZ | 36.99 | 28 | 83.58 | - |
| YUV | 147.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 237 | 0.32 | 0.48 | 0 | 0.07 | 259.12 | 0.76 | 0.71 |
| Hex | A0 | 7C | ED | 20 | 30 | 0 | 7 | 103 | 4C | 47 |
| Octal | 240 | 174 | 355 | 40 | 60 | 0 | 7 | 403 | 114 | 107 |
| Binary | 10100000 | 1111100 | 11101101 | 100000 | 110000 | 0 | 111 | 100000011 | 1001100 | 1000111 |
Color Harmonies of #A07CED
Complementary color
Monochromatic Colors of #A07CED
Black with #A07CED
Text Example
Text Example
White with #A07CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CED; }
p { color: rgb(160,124,237); }
H1.HeaderClassName
{
color: #A07CED;
}
.AnyTagClassName
{
color: #A07CED;
}
</style>
background-color css
<style>
a { background-color: #A07CED; }
a { background-color: rgb(160,124,237); }
div.DivClassName
{
background-color: #A07CED;
}
.BgClassName
{
background-color: #A07CED;
}
</style>
border-color css
<style>
span { border-color: #A07CED; }
span { border-color: rgb(160,124,237); }
td.TdClassName
{
border-color: #A07CED;
}
.TagClassName
{
border-color: #A07CED;
}
</style>