Shades of Medium Purple #A25EEF
Tints of Medium Purple #A25EEF
RGB
CMYK
RGB Variations
Color information
#A25EEF (or 0xA25EEF) is known color: Medium Purple. HEX triplet: A2, 5E and EF. RGB value is (162,94,239). Sum of RGB (Red+Green+Blue) = 162+94+239=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #A25EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EEF is #5DA110. Grayscale: #828282. Windows color (decimal): -6136081 or 15687330. OLE color: 15687330.
HSL color Cylindrical-coordinate representation of color #A25EEF: hue angle of 268.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25EEF is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 94 | 239 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.06 |
| HSL | 268.14º | 0.82% | 0.65% | - |
| HSV(B) | 268.14º | 0.61% | 0.94% | - |
| XYZ | 34.48 | 21.92 | 84.07 | - |
| YUV | 130.86 | 189.03 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 239 | 0.32 | 0.61 | 0 | 0.06 | 268.14 | 0.82 | 0.65 |
| Hex | A2 | 5E | EF | 20 | 3D | 0 | 6 | 10C | 52 | 41 |
| Octal | 242 | 136 | 357 | 40 | 75 | 0 | 6 | 414 | 122 | 101 |
| Binary | 10100010 | 1011110 | 11101111 | 100000 | 111101 | 0 | 110 | 100001100 | 1010010 | 1000001 |
Color Harmonies of #A25EEF
Complementary color
Monochromatic Colors of #A25EEF
Black with #A25EEF
Text Example
Text Example
White with #A25EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EEF; }
p { color: rgb(162,94,239); }
H1.HeaderClassName
{
color: #A25EEF;
}
.AnyTagClassName
{
color: #A25EEF;
}
</style>
background-color css
<style>
a { background-color: #A25EEF; }
a { background-color: rgb(162,94,239); }
div.DivClassName
{
background-color: #A25EEF;
}
.BgClassName
{
background-color: #A25EEF;
}
</style>
border-color css
<style>
span { border-color: #A25EEF; }
span { border-color: rgb(162,94,239); }
td.TdClassName
{
border-color: #A25EEF;
}
.TagClassName
{
border-color: #A25EEF;
}
</style>