Shades of Medium Purple #A36EFC
Tints of Medium Purple #A36EFC
RGB
CMYK
RGB Variations
Color information
#A36EFC (or 0xA36EFC) is known color: Medium Purple. HEX triplet: A3, 6E and FC. RGB value is (163,110,252). Sum of RGB (Red+Green+Blue) = 163+110+252=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #A36EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36EFC is #5C9103. Grayscale: #8D8D8D. Windows color (decimal): -6066436 or 16543395. OLE color: 16543395.
HSL color Cylindrical-coordinate representation of color #A36EFC: hue angle of 262.39º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36EFC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 110 | 252 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.01 |
| HSL | 262.39º | 0.96% | 0.71% | - |
| HSV(B) | 262.39º | 0.56% | 0.99% | - |
| XYZ | 38.25 | 25.97 | 95.09 | - |
| YUV | 142.04 | 190.06 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 252 | 0.35 | 0.56 | 0 | 0.01 | 262.39 | 0.96 | 0.71 |
| Hex | A3 | 6E | FC | 23 | 38 | 0 | 1 | 106 | 60 | 47 |
| Octal | 243 | 156 | 374 | 43 | 70 | 0 | 1 | 406 | 140 | 107 |
| Binary | 10100011 | 1101110 | 11111100 | 100011 | 111000 | 0 | 1 | 100000110 | 1100000 | 1000111 |
Color Harmonies of #A36EFC
Complementary color
Monochromatic Colors of #A36EFC
Black with #A36EFC
Text Example
Text Example
White with #A36EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36EFC; }
p { color: rgb(163,110,252); }
H1.HeaderClassName
{
color: #A36EFC;
}
.AnyTagClassName
{
color: #A36EFC;
}
</style>
background-color css
<style>
a { background-color: #A36EFC; }
a { background-color: rgb(163,110,252); }
div.DivClassName
{
background-color: #A36EFC;
}
.BgClassName
{
background-color: #A36EFC;
}
</style>
border-color css
<style>
span { border-color: #A36EFC; }
span { border-color: rgb(163,110,252); }
td.TdClassName
{
border-color: #A36EFC;
}
.TagClassName
{
border-color: #A36EFC;
}
</style>