Shades of Medium Purple #A25AEE
Tints of Medium Purple #A25AEE
RGB
CMYK
RGB Variations
Color information
#A25AEE (or 0xA25AEE) is known color: Medium Purple. HEX triplet: A2, 5A and EE. RGB value is (162,90,238). Sum of RGB (Red+Green+Blue) = 162+90+238=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #A25AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AEE is #5DA511. Grayscale: #7F7F7F. Windows color (decimal): -6137106 or 15620770. OLE color: 15620770.
HSL color Cylindrical-coordinate representation of color #A25AEE: hue angle of 269.19º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A25AEE is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 90 | 238 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.07 |
| HSL | 269.19º | 0.81% | 0.64% | - |
| HSV(B) | 269.19º | 0.62% | 0.93% | - |
| XYZ | 33.99 | 21.17 | 83.18 | - |
| YUV | 128.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 238 | 0.32 | 0.62 | 0 | 0.07 | 269.19 | 0.81 | 0.64 |
| Hex | A2 | 5A | EE | 20 | 3E | 0 | 7 | 10D | 51 | 40 |
| Octal | 242 | 132 | 356 | 40 | 76 | 0 | 7 | 415 | 121 | 100 |
| Binary | 10100010 | 1011010 | 11101110 | 100000 | 111110 | 0 | 111 | 100001101 | 1010001 | 1000000 |
Color Harmonies of #A25AEE
Complementary color
Monochromatic Colors of #A25AEE
Black with #A25AEE
Text Example
Text Example
White with #A25AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AEE; }
p { color: rgb(162,90,238); }
H1.HeaderClassName
{
color: #A25AEE;
}
.AnyTagClassName
{
color: #A25AEE;
}
</style>
background-color css
<style>
a { background-color: #A25AEE; }
a { background-color: rgb(162,90,238); }
div.DivClassName
{
background-color: #A25AEE;
}
.BgClassName
{
background-color: #A25AEE;
}
</style>
border-color css
<style>
span { border-color: #A25AEE; }
span { border-color: rgb(162,90,238); }
td.TdClassName
{
border-color: #A25AEE;
}
.TagClassName
{
border-color: #A25AEE;
}
</style>