Shades of Medium Purple #A261EE
Tints of Medium Purple #A261EE
RGB
CMYK
RGB Variations
Color information
#A261EE (or 0xA261EE) is known color: Medium Purple. HEX triplet: A2, 61 and EE. RGB value is (162,97,238). Sum of RGB (Red+Green+Blue) = 162+97+238=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #A261EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261EE is #5D9E11. Grayscale: #848484. Windows color (decimal): -6135314 or 15622562. OLE color: 15622562.
HSL color Cylindrical-coordinate representation of color #A261EE: hue angle of 267.66º 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 #A261EE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 97 | 238 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.07 |
| HSL | 267.66º | 0.81% | 0.66% | - |
| HSV(B) | 267.66º | 0.59% | 0.93% | - |
| XYZ | 34.61 | 22.4 | 83.39 | - |
| YUV | 132.51 | 187.53 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 238 | 0.32 | 0.59 | 0 | 0.07 | 267.66 | 0.81 | 0.66 |
| Hex | A2 | 61 | EE | 20 | 3B | 0 | 7 | 10C | 51 | 42 |
| Octal | 242 | 141 | 356 | 40 | 73 | 0 | 7 | 414 | 121 | 102 |
| Binary | 10100010 | 1100001 | 11101110 | 100000 | 111011 | 0 | 111 | 100001100 | 1010001 | 1000010 |
Color Harmonies of #A261EE
Complementary color
Monochromatic Colors of #A261EE
Black with #A261EE
Text Example
Text Example
White with #A261EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A261EE; }
p { color: rgb(162,97,238); }
H1.HeaderClassName
{
color: #A261EE;
}
.AnyTagClassName
{
color: #A261EE;
}
</style>
background-color css
<style>
a { background-color: #A261EE; }
a { background-color: rgb(162,97,238); }
div.DivClassName
{
background-color: #A261EE;
}
.BgClassName
{
background-color: #A261EE;
}
</style>
border-color css
<style>
span { border-color: #A261EE; }
span { border-color: rgb(162,97,238); }
td.TdClassName
{
border-color: #A261EE;
}
.TagClassName
{
border-color: #A261EE;
}
</style>