Shades of Medium Purple #A07DF5
Tints of Medium Purple #A07DF5
RGB
CMYK
RGB Variations
Color information
#A07DF5 (or 0xA07DF5) is known color: Medium Purple. HEX triplet: A0, 7D and F5. RGB value is (160,125,245). Sum of RGB (Red+Green+Blue) = 160+125+245=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #A07DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DF5 is #5F820A. Grayscale: #949494. Windows color (decimal): -6259211 or 16088480. OLE color: 16088480.
HSL color Cylindrical-coordinate representation of color #A07DF5: hue angle of 257.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07DF5 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 125 | 245 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.04 |
| HSL | 257.5º | 0.86% | 0.73% | - |
| HSV(B) | 257.5º | 0.49% | 0.96% | - |
| XYZ | 38.31 | 28.73 | 89.91 | - |
| YUV | 149.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 245 | 0.35 | 0.49 | 0 | 0.04 | 257.5 | 0.86 | 0.73 |
| Hex | A0 | 7D | F5 | 23 | 31 | 0 | 4 | 102 | 56 | 49 |
| Octal | 240 | 175 | 365 | 43 | 61 | 0 | 4 | 402 | 126 | 111 |
| Binary | 10100000 | 1111101 | 11110101 | 100011 | 110001 | 0 | 100 | 100000010 | 1010110 | 1001001 |
Color Harmonies of #A07DF5
Complementary color
Monochromatic Colors of #A07DF5
Black with #A07DF5
Text Example
Text Example
White with #A07DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DF5; }
p { color: rgb(160,125,245); }
H1.HeaderClassName
{
color: #A07DF5;
}
.AnyTagClassName
{
color: #A07DF5;
}
</style>
background-color css
<style>
a { background-color: #A07DF5; }
a { background-color: rgb(160,125,245); }
div.DivClassName
{
background-color: #A07DF5;
}
.BgClassName
{
background-color: #A07DF5;
}
</style>
border-color css
<style>
span { border-color: #A07DF5; }
span { border-color: rgb(160,125,245); }
td.TdClassName
{
border-color: #A07DF5;
}
.TagClassName
{
border-color: #A07DF5;
}
</style>