Shades of Medium Purple #A36FEB
Tints of Medium Purple #A36FEB
RGB
CMYK
RGB Variations
Color information
#A36FEB (or 0xA36FEB) is known color: Medium Purple. HEX triplet: A3, 6F and EB. RGB value is (163,111,235). Sum of RGB (Red+Green+Blue) = 163+111+235=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #A36FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FEB is #5C9014. Grayscale: #8C8C8C. Windows color (decimal): -6066197 or 15429539. OLE color: 15429539.
HSL color Cylindrical-coordinate representation of color #A36FEB: hue angle of 265.16º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A36FEB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 111 | 235 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.08 |
| HSL | 265.16º | 0.76% | 0.68% | - |
| HSV(B) | 265.16º | 0.53% | 0.92% | - |
| XYZ | 35.78 | 25.15 | 81.57 | - |
| YUV | 140.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 235 | 0.31 | 0.53 | 0 | 0.08 | 265.16 | 0.76 | 0.68 |
| Hex | A3 | 6F | EB | 1F | 35 | 0 | 8 | 109 | 4C | 44 |
| Octal | 243 | 157 | 353 | 37 | 65 | 0 | 10 | 411 | 114 | 104 |
| Binary | 10100011 | 1101111 | 11101011 | 11111 | 110101 | 0 | 1000 | 100001001 | 1001100 | 1000100 |
Color Harmonies of #A36FEB
Complementary color
Monochromatic Colors of #A36FEB
Black with #A36FEB
Text Example
Text Example
White with #A36FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FEB; }
p { color: rgb(163,111,235); }
H1.HeaderClassName
{
color: #A36FEB;
}
.AnyTagClassName
{
color: #A36FEB;
}
</style>
background-color css
<style>
a { background-color: #A36FEB; }
a { background-color: rgb(163,111,235); }
div.DivClassName
{
background-color: #A36FEB;
}
.BgClassName
{
background-color: #A36FEB;
}
</style>
border-color css
<style>
span { border-color: #A36FEB; }
span { border-color: rgb(163,111,235); }
td.TdClassName
{
border-color: #A36FEB;
}
.TagClassName
{
border-color: #A36FEB;
}
</style>