Shades of Medium Purple #A36FE0
Tints of Medium Purple #A36FE0
RGB
CMYK
RGB Variations
Color information
#A36FE0 (or 0xA36FE0) is known color: Medium Purple. HEX triplet: A3, 6F and E0. RGB value is (163,111,224). Sum of RGB (Red+Green+Blue) = 163+111+224=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #A36FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FE0 is #5C901F. Grayscale: #8B8B8B. Windows color (decimal): -6066208 or 14708643. OLE color: 14708643.
HSL color Cylindrical-coordinate representation of color #A36FE0: hue angle of 267.61º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36FE0 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 111 | 224 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.12 |
| HSL | 267.61º | 0.65% | 0.66% | - |
| HSV(B) | 267.61º | 0.5% | 0.88% | - |
| XYZ | 34.24 | 24.54 | 73.45 | - |
| YUV | 139.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 224 | 0.27 | 0.50 | 0 | 0.12 | 267.61 | 0.65 | 0.66 |
| Hex | A3 | 6F | E0 | 1B | 32 | 0 | C | 10C | 41 | 42 |
| Octal | 243 | 157 | 340 | 33 | 62 | 0 | 14 | 414 | 101 | 102 |
| Binary | 10100011 | 1101111 | 11100000 | 11011 | 110010 | 0 | 1100 | 100001100 | 1000001 | 1000010 |
Color Harmonies of #A36FE0
Complementary color
Monochromatic Colors of #A36FE0
Black with #A36FE0
Text Example
Text Example
White with #A36FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FE0; }
p { color: rgb(163,111,224); }
H1.HeaderClassName
{
color: #A36FE0;
}
.AnyTagClassName
{
color: #A36FE0;
}
</style>
background-color css
<style>
a { background-color: #A36FE0; }
a { background-color: rgb(163,111,224); }
div.DivClassName
{
background-color: #A36FE0;
}
.BgClassName
{
background-color: #A36FE0;
}
</style>
border-color css
<style>
span { border-color: #A36FE0; }
span { border-color: rgb(163,111,224); }
td.TdClassName
{
border-color: #A36FE0;
}
.TagClassName
{
border-color: #A36FE0;
}
</style>