Shades of Medium Purple #A36CF3
Tints of Medium Purple #A36CF3
RGB
CMYK
RGB Variations
Color information
#A36CF3 (or 0xA36CF3) is known color: Medium Purple. HEX triplet: A3, 6C and F3. RGB value is (163,108,243). Sum of RGB (Red+Green+Blue) = 163+108+243=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #A36CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36CF3 is #5C930C. Grayscale: #8B8B8B. Windows color (decimal): -6066957 or 15953059. OLE color: 15953059.
HSL color Cylindrical-coordinate representation of color #A36CF3: hue angle of 264.44º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36CF3 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 108 | 243 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.05 |
| HSL | 264.44º | 0.85% | 0.69% | - |
| HSV(B) | 264.44º | 0.56% | 0.95% | - |
| XYZ | 36.64 | 24.98 | 87.68 | - |
| YUV | 139.84 | 186.22 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 243 | 0.33 | 0.56 | 0 | 0.05 | 264.44 | 0.85 | 0.69 |
| Hex | A3 | 6C | F3 | 21 | 38 | 0 | 5 | 108 | 55 | 45 |
| Octal | 243 | 154 | 363 | 41 | 70 | 0 | 5 | 410 | 125 | 105 |
| Binary | 10100011 | 1101100 | 11110011 | 100001 | 111000 | 0 | 101 | 100001000 | 1010101 | 1000101 |
Color Harmonies of #A36CF3
Complementary color
Monochromatic Colors of #A36CF3
Black with #A36CF3
Text Example
Text Example
White with #A36CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CF3; }
p { color: rgb(163,108,243); }
H1.HeaderClassName
{
color: #A36CF3;
}
.AnyTagClassName
{
color: #A36CF3;
}
</style>
background-color css
<style>
a { background-color: #A36CF3; }
a { background-color: rgb(163,108,243); }
div.DivClassName
{
background-color: #A36CF3;
}
.BgClassName
{
background-color: #A36CF3;
}
</style>
border-color css
<style>
span { border-color: #A36CF3; }
span { border-color: rgb(163,108,243); }
td.TdClassName
{
border-color: #A36CF3;
}
.TagClassName
{
border-color: #A36CF3;
}
</style>