Shades of Medium Purple #A061EE
Tints of Medium Purple #A061EE
RGB
CMYK
RGB Variations
Color information
#A061EE (or 0xA061EE) is known color: Medium Purple. HEX triplet: A0, 61 and EE. RGB value is (160,97,238). Sum of RGB (Red+Green+Blue) = 160+97+238=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #A061EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A061EE is #5F9E11. Grayscale: #838383. Windows color (decimal): -6266386 or 15622560. OLE color: 15622560.
HSL color Cylindrical-coordinate representation of color #A061EE: hue angle of 266.81º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A061EE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 97 | 238 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.07 |
| HSL | 266.81º | 0.81% | 0.66% | - |
| HSV(B) | 266.81º | 0.59% | 0.93% | - |
| XYZ | 34.2 | 22.2 | 83.37 | - |
| YUV | 131.91 | 187.87 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 238 | 0.33 | 0.59 | 0 | 0.07 | 266.81 | 0.81 | 0.66 |
| Hex | A0 | 61 | EE | 21 | 3B | 0 | 7 | 10B | 51 | 42 |
| Octal | 240 | 141 | 356 | 41 | 73 | 0 | 7 | 413 | 121 | 102 |
| Binary | 10100000 | 1100001 | 11101110 | 100001 | 111011 | 0 | 111 | 100001011 | 1010001 | 1000010 |
Color Harmonies of #A061EE
Complementary color
Monochromatic Colors of #A061EE
Black with #A061EE
Text Example
Text Example
White with #A061EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061EE; }
p { color: rgb(160,97,238); }
H1.HeaderClassName
{
color: #A061EE;
}
.AnyTagClassName
{
color: #A061EE;
}
</style>
background-color css
<style>
a { background-color: #A061EE; }
a { background-color: rgb(160,97,238); }
div.DivClassName
{
background-color: #A061EE;
}
.BgClassName
{
background-color: #A061EE;
}
</style>
border-color css
<style>
span { border-color: #A061EE; }
span { border-color: rgb(160,97,238); }
td.TdClassName
{
border-color: #A061EE;
}
.TagClassName
{
border-color: #A061EE;
}
</style>