Shades of Medium Purple #A461EE
Tints of Medium Purple #A461EE
RGB
CMYK
RGB Variations
Color information
#A461EE (or 0xA461EE) is known color: Medium Purple. HEX triplet: A4, 61 and EE. RGB value is (164,97,238). Sum of RGB (Red+Green+Blue) = 164+97+238=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #A461EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461EE is #5B9E11. Grayscale: #848484. Windows color (decimal): -6004242 or 15622564. OLE color: 15622564.
HSL color Cylindrical-coordinate representation of color #A461EE: hue angle of 268.51º 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 #A461EE is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 97 | 238 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.07 |
| HSL | 268.51º | 0.81% | 0.66% | - |
| HSV(B) | 268.51º | 0.59% | 0.93% | - |
| XYZ | 35.02 | 22.61 | 83.41 | - |
| YUV | 133.11 | 187.2 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 238 | 0.31 | 0.59 | 0 | 0.07 | 268.51 | 0.81 | 0.66 |
| Hex | A4 | 61 | EE | 1F | 3B | 0 | 7 | 10D | 51 | 42 |
| Octal | 244 | 141 | 356 | 37 | 73 | 0 | 7 | 415 | 121 | 102 |
| Binary | 10100100 | 1100001 | 11101110 | 11111 | 111011 | 0 | 111 | 100001101 | 1010001 | 1000010 |
Color Harmonies of #A461EE
Complementary color
Monochromatic Colors of #A461EE
Black with #A461EE
Text Example
Text Example
White with #A461EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461EE; }
p { color: rgb(164,97,238); }
H1.HeaderClassName
{
color: #A461EE;
}
.AnyTagClassName
{
color: #A461EE;
}
</style>
background-color css
<style>
a { background-color: #A461EE; }
a { background-color: rgb(164,97,238); }
div.DivClassName
{
background-color: #A461EE;
}
.BgClassName
{
background-color: #A461EE;
}
</style>
border-color css
<style>
span { border-color: #A461EE; }
span { border-color: rgb(164,97,238); }
td.TdClassName
{
border-color: #A461EE;
}
.TagClassName
{
border-color: #A461EE;
}
</style>