Shades of Medium Purple #A36CFC
Tints of Medium Purple #A36CFC
RGB
CMYK
RGB Variations
Color information
#A36CFC (or 0xA36CFC) is known color: Medium Purple. HEX triplet: A3, 6C and FC. RGB value is (163,108,252). Sum of RGB (Red+Green+Blue) = 163+108+252=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #A36CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36CFC is #5C9303. Grayscale: #8C8C8C. Windows color (decimal): -6066948 or 16542883. OLE color: 16542883.
HSL color Cylindrical-coordinate representation of color #A36CFC: hue angle of 262.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A36CFC is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 108 | 252 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.01 |
| HSL | 262.92º | 0.96% | 0.71% | - |
| HSV(B) | 262.92º | 0.57% | 0.99% | - |
| XYZ | 38.04 | 25.54 | 95.02 | - |
| YUV | 140.86 | 190.72 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 252 | 0.35 | 0.57 | 0 | 0.01 | 262.92 | 0.96 | 0.71 |
| Hex | A3 | 6C | FC | 23 | 39 | 0 | 1 | 107 | 60 | 47 |
| Octal | 243 | 154 | 374 | 43 | 71 | 0 | 1 | 407 | 140 | 107 |
| Binary | 10100011 | 1101100 | 11111100 | 100011 | 111001 | 0 | 1 | 100000111 | 1100000 | 1000111 |
Color Harmonies of #A36CFC
Complementary color
Monochromatic Colors of #A36CFC
Black with #A36CFC
Text Example
Text Example
White with #A36CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CFC; }
p { color: rgb(163,108,252); }
H1.HeaderClassName
{
color: #A36CFC;
}
.AnyTagClassName
{
color: #A36CFC;
}
</style>
background-color css
<style>
a { background-color: #A36CFC; }
a { background-color: rgb(163,108,252); }
div.DivClassName
{
background-color: #A36CFC;
}
.BgClassName
{
background-color: #A36CFC;
}
</style>
border-color css
<style>
span { border-color: #A36CFC; }
span { border-color: rgb(163,108,252); }
td.TdClassName
{
border-color: #A36CFC;
}
.TagClassName
{
border-color: #A36CFC;
}
</style>