Shades of Medium Purple #A261EF
Tints of Medium Purple #A261EF
RGB
CMYK
RGB Variations
Color information
#A261EF (or 0xA261EF) is known color: Medium Purple. HEX triplet: A2, 61 and EF. RGB value is (162,97,239). Sum of RGB (Red+Green+Blue) = 162+97+239=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #A261EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261EF is #5D9E10. Grayscale: #848484. Windows color (decimal): -6135313 or 15688098. OLE color: 15688098.
HSL color Cylindrical-coordinate representation of color #A261EF: hue angle of 267.46º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A261EF is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 97 | 239 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.06 |
| HSL | 267.46º | 0.82% | 0.66% | - |
| HSV(B) | 267.46º | 0.59% | 0.94% | - |
| XYZ | 34.75 | 22.46 | 84.17 | - |
| YUV | 132.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 239 | 0.32 | 0.59 | 0 | 0.06 | 267.46 | 0.82 | 0.66 |
| Hex | A2 | 61 | EF | 20 | 3B | 0 | 6 | 10B | 52 | 42 |
| Octal | 242 | 141 | 357 | 40 | 73 | 0 | 6 | 413 | 122 | 102 |
| Binary | 10100010 | 1100001 | 11101111 | 100000 | 111011 | 0 | 110 | 100001011 | 1010010 | 1000010 |
Color Harmonies of #A261EF
Complementary color
Monochromatic Colors of #A261EF
Black with #A261EF
Text Example
Text Example
White with #A261EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A261EF; }
p { color: rgb(162,97,239); }
H1.HeaderClassName
{
color: #A261EF;
}
.AnyTagClassName
{
color: #A261EF;
}
</style>
background-color css
<style>
a { background-color: #A261EF; }
a { background-color: rgb(162,97,239); }
div.DivClassName
{
background-color: #A261EF;
}
.BgClassName
{
background-color: #A261EF;
}
</style>
border-color css
<style>
span { border-color: #A261EF; }
span { border-color: rgb(162,97,239); }
td.TdClassName
{
border-color: #A261EF;
}
.TagClassName
{
border-color: #A261EF;
}
</style>