Shades of Medium Purple #A36FFA
Tints of Medium Purple #A36FFA
RGB
CMYK
RGB Variations
Color information
#A36FFA (or 0xA36FFA) is known color: Medium Purple. HEX triplet: A3, 6F and FA. RGB value is (163,111,250). Sum of RGB (Red+Green+Blue) = 163+111+250=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #A36FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FFA is #5C9005. Grayscale: #8D8D8D. Windows color (decimal): -6066182 or 16412579. OLE color: 16412579.
HSL color Cylindrical-coordinate representation of color #A36FFA: hue angle of 262.45º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36FFA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 111 | 250 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.02 |
| HSL | 262.45º | 0.93% | 0.71% | - |
| HSV(B) | 262.45º | 0.56% | 0.98% | - |
| XYZ | 38.04 | 26.06 | 93.47 | - |
| YUV | 142.39 | 188.73 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 250 | 0.35 | 0.56 | 0 | 0.02 | 262.45 | 0.93 | 0.71 |
| Hex | A3 | 6F | FA | 23 | 38 | 0 | 2 | 106 | 5D | 47 |
| Octal | 243 | 157 | 372 | 43 | 70 | 0 | 2 | 406 | 135 | 107 |
| Binary | 10100011 | 1101111 | 11111010 | 100011 | 111000 | 0 | 10 | 100000110 | 1011101 | 1000111 |
Color Harmonies of #A36FFA
Complementary color
Monochromatic Colors of #A36FFA
Black with #A36FFA
Text Example
Text Example
White with #A36FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FFA; }
p { color: rgb(163,111,250); }
H1.HeaderClassName
{
color: #A36FFA;
}
.AnyTagClassName
{
color: #A36FFA;
}
</style>
background-color css
<style>
a { background-color: #A36FFA; }
a { background-color: rgb(163,111,250); }
div.DivClassName
{
background-color: #A36FFA;
}
.BgClassName
{
background-color: #A36FFA;
}
</style>
border-color css
<style>
span { border-color: #A36FFA; }
span { border-color: rgb(163,111,250); }
td.TdClassName
{
border-color: #A36FFA;
}
.TagClassName
{
border-color: #A36FFA;
}
</style>