Shades of Medium Purple #A260EE
Tints of Medium Purple #A260EE
RGB
CMYK
RGB Variations
Color information
#A260EE (or 0xA260EE) is known color: Medium Purple. HEX triplet: A2, 60 and EE. RGB value is (162,96,238). Sum of RGB (Red+Green+Blue) = 162+96+238=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #A260EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260EE is #5D9F11. Grayscale: #838383. Windows color (decimal): -6135570 or 15622306. OLE color: 15622306.
HSL color Cylindrical-coordinate representation of color #A260EE: hue angle of 267.89º 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 #A260EE is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 96 | 238 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.07 |
| HSL | 267.89º | 0.81% | 0.65% | - |
| HSV(B) | 267.89º | 0.6% | 0.93% | - |
| XYZ | 34.52 | 22.22 | 83.36 | - |
| YUV | 131.92 | 187.87 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 238 | 0.32 | 0.60 | 0 | 0.07 | 267.89 | 0.81 | 0.65 |
| Hex | A2 | 60 | EE | 20 | 3C | 0 | 7 | 10C | 51 | 41 |
| Octal | 242 | 140 | 356 | 40 | 74 | 0 | 7 | 414 | 121 | 101 |
| Binary | 10100010 | 1100000 | 11101110 | 100000 | 111100 | 0 | 111 | 100001100 | 1010001 | 1000001 |
Color Harmonies of #A260EE
Complementary color
Monochromatic Colors of #A260EE
Black with #A260EE
Text Example
Text Example
White with #A260EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260EE; }
p { color: rgb(162,96,238); }
H1.HeaderClassName
{
color: #A260EE;
}
.AnyTagClassName
{
color: #A260EE;
}
</style>
background-color css
<style>
a { background-color: #A260EE; }
a { background-color: rgb(162,96,238); }
div.DivClassName
{
background-color: #A260EE;
}
.BgClassName
{
background-color: #A260EE;
}
</style>
border-color css
<style>
span { border-color: #A260EE; }
span { border-color: rgb(162,96,238); }
td.TdClassName
{
border-color: #A260EE;
}
.TagClassName
{
border-color: #A260EE;
}
</style>