Shades of Medium Purple #A459EE
Tints of Medium Purple #A459EE
RGB
CMYK
RGB Variations
Color information
#A459EE (or 0xA459EE) is known color: Medium Purple. HEX triplet: A4, 59 and EE. RGB value is (164,89,238). Sum of RGB (Red+Green+Blue) = 164+89+238=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #A459EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A459EE is #5BA611. Grayscale: #7F7F7F. Windows color (decimal): -6006290 or 15620516. OLE color: 15620516.
HSL color Cylindrical-coordinate representation of color #A459EE: hue angle of 270.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A459EE is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 89 | 238 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.07 |
| HSL | 270.2º | 0.81% | 0.64% | - |
| HSV(B) | 270.2º | 0.63% | 0.93% | - |
| XYZ | 34.31 | 21.21 | 83.17 | - |
| YUV | 128.41 | 189.85 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 238 | 0.31 | 0.63 | 0 | 0.07 | 270.2 | 0.81 | 0.64 |
| Hex | A4 | 59 | EE | 1F | 3F | 0 | 7 | 10E | 51 | 40 |
| Octal | 244 | 131 | 356 | 37 | 77 | 0 | 7 | 416 | 121 | 100 |
| Binary | 10100100 | 1011001 | 11101110 | 11111 | 111111 | 0 | 111 | 100001110 | 1010001 | 1000000 |
Color Harmonies of #A459EE
Complementary color
Monochromatic Colors of #A459EE
Black with #A459EE
Text Example
Text Example
White with #A459EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459EE; }
p { color: rgb(164,89,238); }
H1.HeaderClassName
{
color: #A459EE;
}
.AnyTagClassName
{
color: #A459EE;
}
</style>
background-color css
<style>
a { background-color: #A459EE; }
a { background-color: rgb(164,89,238); }
div.DivClassName
{
background-color: #A459EE;
}
.BgClassName
{
background-color: #A459EE;
}
</style>
border-color css
<style>
span { border-color: #A459EE; }
span { border-color: rgb(164,89,238); }
td.TdClassName
{
border-color: #A459EE;
}
.TagClassName
{
border-color: #A459EE;
}
</style>