Shades of Medium Purple #A360EE
Tints of Medium Purple #A360EE
RGB
CMYK
RGB Variations
Color information
#A360EE (or 0xA360EE) is known color: Medium Purple. HEX triplet: A3, 60 and EE. RGB value is (163,96,238). Sum of RGB (Red+Green+Blue) = 163+96+238=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #A360EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A360EE is #5C9F11. Grayscale: #838383. Windows color (decimal): -6070034 or 15622307. OLE color: 15622307.
HSL color Cylindrical-coordinate representation of color #A360EE: hue angle of 268.31º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A360EE is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 96 | 238 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.07 |
| HSL | 268.31º | 0.81% | 0.65% | - |
| HSV(B) | 268.31º | 0.6% | 0.93% | - |
| XYZ | 34.72 | 22.33 | 83.37 | - |
| YUV | 132.22 | 187.7 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 238 | 0.32 | 0.60 | 0 | 0.07 | 268.31 | 0.81 | 0.65 |
| Hex | A3 | 60 | EE | 20 | 3C | 0 | 7 | 10C | 51 | 41 |
| Octal | 243 | 140 | 356 | 40 | 74 | 0 | 7 | 414 | 121 | 101 |
| Binary | 10100011 | 1100000 | 11101110 | 100000 | 111100 | 0 | 111 | 100001100 | 1010001 | 1000001 |
Color Harmonies of #A360EE
Complementary color
Monochromatic Colors of #A360EE
Black with #A360EE
Text Example
Text Example
White with #A360EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360EE; }
p { color: rgb(163,96,238); }
H1.HeaderClassName
{
color: #A360EE;
}
.AnyTagClassName
{
color: #A360EE;
}
</style>
background-color css
<style>
a { background-color: #A360EE; }
a { background-color: rgb(163,96,238); }
div.DivClassName
{
background-color: #A360EE;
}
.BgClassName
{
background-color: #A360EE;
}
</style>
border-color css
<style>
span { border-color: #A360EE; }
span { border-color: rgb(163,96,238); }
td.TdClassName
{
border-color: #A360EE;
}
.TagClassName
{
border-color: #A360EE;
}
</style>