Shades of Medium Purple #A258EE
Tints of Medium Purple #A258EE
RGB
CMYK
RGB Variations
Color information
#A258EE (or 0xA258EE) is known color: Medium Purple. HEX triplet: A2, 58 and EE. RGB value is (162,88,238). Sum of RGB (Red+Green+Blue) = 162+88+238=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #A258EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258EE is #5DA711. Grayscale: #7E7E7E. Windows color (decimal): -6137618 or 15620258. OLE color: 15620258.
HSL color Cylindrical-coordinate representation of color #A258EE: hue angle of 269.6º degrees, saturation: 0.82, 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 #A258EE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 88 | 238 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.07 |
| HSL | 269.6º | 0.82% | 0.64% | - |
| HSV(B) | 269.6º | 0.63% | 0.93% | - |
| XYZ | 33.82 | 20.83 | 83.13 | - |
| YUV | 127.23 | 190.52 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 238 | 0.32 | 0.63 | 0 | 0.07 | 269.6 | 0.82 | 0.64 |
| Hex | A2 | 58 | EE | 20 | 3F | 0 | 7 | 10E | 52 | 40 |
| Octal | 242 | 130 | 356 | 40 | 77 | 0 | 7 | 416 | 122 | 100 |
| Binary | 10100010 | 1011000 | 11101110 | 100000 | 111111 | 0 | 111 | 100001110 | 1010010 | 1000000 |
Color Harmonies of #A258EE
Complementary color
Monochromatic Colors of #A258EE
Black with #A258EE
Text Example
Text Example
White with #A258EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258EE; }
p { color: rgb(162,88,238); }
H1.HeaderClassName
{
color: #A258EE;
}
.AnyTagClassName
{
color: #A258EE;
}
</style>
background-color css
<style>
a { background-color: #A258EE; }
a { background-color: rgb(162,88,238); }
div.DivClassName
{
background-color: #A258EE;
}
.BgClassName
{
background-color: #A258EE;
}
</style>
border-color css
<style>
span { border-color: #A258EE; }
span { border-color: rgb(162,88,238); }
td.TdClassName
{
border-color: #A258EE;
}
.TagClassName
{
border-color: #A258EE;
}
</style>