Shades of Medium Purple #A07CDF
Tints of Medium Purple #A07CDF
RGB
CMYK
RGB Variations
Color information
#A07CDF (or 0xA07CDF) is known color: Medium Purple. HEX triplet: A0, 7C and DF. RGB value is (160,124,223). Sum of RGB (Red+Green+Blue) = 160+124+223=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #A07CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CDF is #5F8320. Grayscale: #919191. Windows color (decimal): -6259489 or 14646432. OLE color: 14646432.
HSL color Cylindrical-coordinate representation of color #A07CDF: hue angle of 261.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A07CDF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 124 | 223 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.13 |
| HSL | 261.82º | 0.61% | 0.68% | - |
| HSV(B) | 261.82º | 0.44% | 0.87% | - |
| XYZ | 35.02 | 27.22 | 73.22 | - |
| YUV | 146.05 | 171.43 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 223 | 0.28 | 0.44 | 0 | 0.13 | 261.82 | 0.61 | 0.68 |
| Hex | A0 | 7C | DF | 1C | 2C | 0 | D | 106 | 3D | 44 |
| Octal | 240 | 174 | 337 | 34 | 54 | 0 | 15 | 406 | 75 | 104 |
| Binary | 10100000 | 1111100 | 11011111 | 11100 | 101100 | 0 | 1101 | 100000110 | 111101 | 1000100 |
Color Harmonies of #A07CDF
Complementary color
Monochromatic Colors of #A07CDF
Black with #A07CDF
Text Example
Text Example
White with #A07CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CDF; }
p { color: rgb(160,124,223); }
H1.HeaderClassName
{
color: #A07CDF;
}
.AnyTagClassName
{
color: #A07CDF;
}
</style>
background-color css
<style>
a { background-color: #A07CDF; }
a { background-color: rgb(160,124,223); }
div.DivClassName
{
background-color: #A07CDF;
}
.BgClassName
{
background-color: #A07CDF;
}
</style>
border-color css
<style>
span { border-color: #A07CDF; }
span { border-color: rgb(160,124,223); }
td.TdClassName
{
border-color: #A07CDF;
}
.TagClassName
{
border-color: #A07CDF;
}
</style>