Shades of Medium Purple #A075F0
Tints of Medium Purple #A075F0
RGB
CMYK
RGB Variations
Color information
#A075F0 (or 0xA075F0) is known color: Medium Purple. HEX triplet: A0, 75 and F0. RGB value is (160,117,240). Sum of RGB (Red+Green+Blue) = 160+117+240=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #A075F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075F0 is #5F8A0F. Grayscale: #8F8F8F. Windows color (decimal): -6261264 or 15758752. OLE color: 15758752.
HSL color Cylindrical-coordinate representation of color #A075F0: hue angle of 260.98º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A075F0 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 117 | 240 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.06 |
| HSL | 260.98º | 0.8% | 0.7% | - |
| HSV(B) | 260.98º | 0.51% | 0.94% | - |
| XYZ | 36.59 | 26.49 | 85.62 | - |
| YUV | 143.88 | 182.25 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 240 | 0.33 | 0.51 | 0 | 0.06 | 260.98 | 0.8 | 0.7 |
| Hex | A0 | 75 | F0 | 21 | 33 | 0 | 6 | 105 | 50 | 46 |
| Octal | 240 | 165 | 360 | 41 | 63 | 0 | 6 | 405 | 120 | 106 |
| Binary | 10100000 | 1110101 | 11110000 | 100001 | 110011 | 0 | 110 | 100000101 | 1010000 | 1000110 |
Color Harmonies of #A075F0
Complementary color
Monochromatic Colors of #A075F0
Black with #A075F0
Text Example
Text Example
White with #A075F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A075F0; }
p { color: rgb(160,117,240); }
H1.HeaderClassName
{
color: #A075F0;
}
.AnyTagClassName
{
color: #A075F0;
}
</style>
background-color css
<style>
a { background-color: #A075F0; }
a { background-color: rgb(160,117,240); }
div.DivClassName
{
background-color: #A075F0;
}
.BgClassName
{
background-color: #A075F0;
}
</style>
border-color css
<style>
span { border-color: #A075F0; }
span { border-color: rgb(160,117,240); }
td.TdClassName
{
border-color: #A075F0;
}
.TagClassName
{
border-color: #A075F0;
}
</style>