Shades of Medium Purple #A061F0
Tints of Medium Purple #A061F0
RGB
CMYK
RGB Variations
Color information
#A061F0 (or 0xA061F0) is known color: Medium Purple. HEX triplet: A0, 61 and F0. RGB value is (160,97,240). Sum of RGB (Red+Green+Blue) = 160+97+240=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #A061F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A061F0 is #5F9E0F. Grayscale: #838383. Windows color (decimal): -6266384 or 15753632. OLE color: 15753632.
HSL color Cylindrical-coordinate representation of color #A061F0: hue angle of 266.43º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A061F0 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 97 | 240 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.06 |
| HSL | 266.43º | 0.83% | 0.66% | - |
| HSV(B) | 266.43º | 0.6% | 0.94% | - |
| XYZ | 34.5 | 22.31 | 84.93 | - |
| YUV | 132.14 | 188.87 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 240 | 0.33 | 0.60 | 0 | 0.06 | 266.43 | 0.83 | 0.66 |
| Hex | A0 | 61 | F0 | 21 | 3C | 0 | 6 | 10A | 53 | 42 |
| Octal | 240 | 141 | 360 | 41 | 74 | 0 | 6 | 412 | 123 | 102 |
| Binary | 10100000 | 1100001 | 11110000 | 100001 | 111100 | 0 | 110 | 100001010 | 1010011 | 1000010 |
Color Harmonies of #A061F0
Complementary color
Monochromatic Colors of #A061F0
Black with #A061F0
Text Example
Text Example
White with #A061F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061F0; }
p { color: rgb(160,97,240); }
H1.HeaderClassName
{
color: #A061F0;
}
.AnyTagClassName
{
color: #A061F0;
}
</style>
background-color css
<style>
a { background-color: #A061F0; }
a { background-color: rgb(160,97,240); }
div.DivClassName
{
background-color: #A061F0;
}
.BgClassName
{
background-color: #A061F0;
}
</style>
border-color css
<style>
span { border-color: #A061F0; }
span { border-color: rgb(160,97,240); }
td.TdClassName
{
border-color: #A061F0;
}
.TagClassName
{
border-color: #A061F0;
}
</style>