Shades of Medium Purple #A36EEC
Tints of Medium Purple #A36EEC
RGB
CMYK
RGB Variations
Color information
#A36EEC (or 0xA36EEC) is known color: Medium Purple. HEX triplet: A3, 6E and EC. RGB value is (163,110,236). Sum of RGB (Red+Green+Blue) = 163+110+236=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #A36EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36EEC is #5C9113. Grayscale: #8B8B8B. Windows color (decimal): -6066452 or 15494819. OLE color: 15494819.
HSL color Cylindrical-coordinate representation of color #A36EEC: hue angle of 265.24º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A36EEC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 110 | 236 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.07 |
| HSL | 265.24º | 0.77% | 0.68% | - |
| HSV(B) | 265.24º | 0.53% | 0.93% | - |
| XYZ | 35.82 | 24.99 | 82.29 | - |
| YUV | 140.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 236 | 0.31 | 0.53 | 0 | 0.07 | 265.24 | 0.77 | 0.68 |
| Hex | A3 | 6E | EC | 1F | 35 | 0 | 7 | 109 | 4D | 44 |
| Octal | 243 | 156 | 354 | 37 | 65 | 0 | 7 | 411 | 115 | 104 |
| Binary | 10100011 | 1101110 | 11101100 | 11111 | 110101 | 0 | 111 | 100001001 | 1001101 | 1000100 |
Color Harmonies of #A36EEC
Complementary color
Monochromatic Colors of #A36EEC
Black with #A36EEC
Text Example
Text Example
White with #A36EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36EEC; }
p { color: rgb(163,110,236); }
H1.HeaderClassName
{
color: #A36EEC;
}
.AnyTagClassName
{
color: #A36EEC;
}
</style>
background-color css
<style>
a { background-color: #A36EEC; }
a { background-color: rgb(163,110,236); }
div.DivClassName
{
background-color: #A36EEC;
}
.BgClassName
{
background-color: #A36EEC;
}
</style>
border-color css
<style>
span { border-color: #A36EEC; }
span { border-color: rgb(163,110,236); }
td.TdClassName
{
border-color: #A36EEC;
}
.TagClassName
{
border-color: #A36EEC;
}
</style>