Shades of Medium Purple #A358EE
Tints of Medium Purple #A358EE
RGB
CMYK
RGB Variations
Color information
#A358EE (or 0xA358EE) is known color: Medium Purple. HEX triplet: A3, 58 and EE. RGB value is (163,88,238). Sum of RGB (Red+Green+Blue) = 163+88+238=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #A358EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358EE is #5CA711. Grayscale: #7F7F7F. Windows color (decimal): -6072082 or 15620259. OLE color: 15620259.
HSL color Cylindrical-coordinate representation of color #A358EE: hue angle of 270º 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 #A358EE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 88 | 238 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.07 |
| HSL | 270º | 0.82% | 0.64% | - |
| HSV(B) | 270º | 0.63% | 0.93% | - |
| XYZ | 34.03 | 20.94 | 83.14 | - |
| YUV | 127.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 238 | 0.32 | 0.63 | 0 | 0.07 | 270 | 0.82 | 0.64 |
| Hex | A3 | 58 | EE | 20 | 3F | 0 | 7 | 10E | 52 | 40 |
| Octal | 243 | 130 | 356 | 40 | 77 | 0 | 7 | 416 | 122 | 100 |
| Binary | 10100011 | 1011000 | 11101110 | 100000 | 111111 | 0 | 111 | 100001110 | 1010010 | 1000000 |
Color Harmonies of #A358EE
Complementary color
Monochromatic Colors of #A358EE
Black with #A358EE
Text Example
Text Example
White with #A358EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358EE; }
p { color: rgb(163,88,238); }
H1.HeaderClassName
{
color: #A358EE;
}
.AnyTagClassName
{
color: #A358EE;
}
</style>
background-color css
<style>
a { background-color: #A358EE; }
a { background-color: rgb(163,88,238); }
div.DivClassName
{
background-color: #A358EE;
}
.BgClassName
{
background-color: #A358EE;
}
</style>
border-color css
<style>
span { border-color: #A358EE; }
span { border-color: rgb(163,88,238); }
td.TdClassName
{
border-color: #A358EE;
}
.TagClassName
{
border-color: #A358EE;
}
</style>