Shades of Medium Purple #A36FEC
Tints of Medium Purple #A36FEC
RGB
CMYK
RGB Variations
Color information
#A36FEC (or 0xA36FEC) is known color: Medium Purple. HEX triplet: A3, 6F and EC. RGB value is (163,111,236). Sum of RGB (Red+Green+Blue) = 163+111+236=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #A36FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FEC is #5C9013. Grayscale: #8C8C8C. Windows color (decimal): -6066196 or 15495075. OLE color: 15495075.
HSL color Cylindrical-coordinate representation of color #A36FEC: hue angle of 264.96º 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 #A36FEC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 111 | 236 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.07 |
| HSL | 264.96º | 0.77% | 0.68% | - |
| HSV(B) | 264.96º | 0.53% | 0.93% | - |
| XYZ | 35.93 | 25.21 | 82.33 | - |
| YUV | 140.8 | 181.73 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 236 | 0.31 | 0.53 | 0 | 0.07 | 264.96 | 0.77 | 0.68 |
| Hex | A3 | 6F | EC | 1F | 35 | 0 | 7 | 109 | 4D | 44 |
| Octal | 243 | 157 | 354 | 37 | 65 | 0 | 7 | 411 | 115 | 104 |
| Binary | 10100011 | 1101111 | 11101100 | 11111 | 110101 | 0 | 111 | 100001001 | 1001101 | 1000100 |
Color Harmonies of #A36FEC
Complementary color
Monochromatic Colors of #A36FEC
Black with #A36FEC
Text Example
Text Example
White with #A36FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FEC; }
p { color: rgb(163,111,236); }
H1.HeaderClassName
{
color: #A36FEC;
}
.AnyTagClassName
{
color: #A36FEC;
}
</style>
background-color css
<style>
a { background-color: #A36FEC; }
a { background-color: rgb(163,111,236); }
div.DivClassName
{
background-color: #A36FEC;
}
.BgClassName
{
background-color: #A36FEC;
}
</style>
border-color css
<style>
span { border-color: #A36FEC; }
span { border-color: rgb(163,111,236); }
td.TdClassName
{
border-color: #A36FEC;
}
.TagClassName
{
border-color: #A36FEC;
}
</style>