Shades of Medium Purple #A060EE
Tints of Medium Purple #A060EE
RGB
CMYK
RGB Variations
Color information
#A060EE (or 0xA060EE) is known color: Medium Purple. HEX triplet: A0, 60 and EE. RGB value is (160,96,238). Sum of RGB (Red+Green+Blue) = 160+96+238=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #A060EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A060EE is #5F9F11. Grayscale: #828282. Windows color (decimal): -6266642 or 15622304. OLE color: 15622304.
HSL color Cylindrical-coordinate representation of color #A060EE: hue angle of 267.04º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A060EE is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 96 | 238 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.07 |
| HSL | 267.04º | 0.81% | 0.65% | - |
| HSV(B) | 267.04º | 0.6% | 0.93% | - |
| XYZ | 34.11 | 22.01 | 83.34 | - |
| YUV | 131.32 | 188.2 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 238 | 0.33 | 0.60 | 0 | 0.07 | 267.04 | 0.81 | 0.65 |
| Hex | A0 | 60 | EE | 21 | 3C | 0 | 7 | 10B | 51 | 41 |
| Octal | 240 | 140 | 356 | 41 | 74 | 0 | 7 | 413 | 121 | 101 |
| Binary | 10100000 | 1100000 | 11101110 | 100001 | 111100 | 0 | 111 | 100001011 | 1010001 | 1000001 |
Color Harmonies of #A060EE
Complementary color
Monochromatic Colors of #A060EE
Black with #A060EE
Text Example
Text Example
White with #A060EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060EE; }
p { color: rgb(160,96,238); }
H1.HeaderClassName
{
color: #A060EE;
}
.AnyTagClassName
{
color: #A060EE;
}
</style>
background-color css
<style>
a { background-color: #A060EE; }
a { background-color: rgb(160,96,238); }
div.DivClassName
{
background-color: #A060EE;
}
.BgClassName
{
background-color: #A060EE;
}
</style>
border-color css
<style>
span { border-color: #A060EE; }
span { border-color: rgb(160,96,238); }
td.TdClassName
{
border-color: #A060EE;
}
.TagClassName
{
border-color: #A060EE;
}
</style>