Shades of Medium Purple #A36BE3
Tints of Medium Purple #A36BE3
RGB
CMYK
RGB Variations
Color information
#A36BE3 (or 0xA36BE3) is known color: Medium Purple. HEX triplet: A3, 6B and E3. RGB value is (163,107,227). Sum of RGB (Red+Green+Blue) = 163+107+227=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #A36BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BE3 is #5C941C. Grayscale: #898989. Windows color (decimal): -6067229 or 14904227. OLE color: 14904227.
HSL color Cylindrical-coordinate representation of color #A36BE3: hue angle of 268º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A36BE3 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 107 | 227 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.11 |
| HSL | 268º | 0.68% | 0.65% | - |
| HSV(B) | 268º | 0.53% | 0.89% | - |
| XYZ | 34.23 | 23.85 | 75.47 | - |
| YUV | 137.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 227 | 0.28 | 0.53 | 0 | 0.11 | 268 | 0.68 | 0.65 |
| Hex | A3 | 6B | E3 | 1C | 35 | 0 | B | 10C | 44 | 41 |
| Octal | 243 | 153 | 343 | 34 | 65 | 0 | 13 | 414 | 104 | 101 |
| Binary | 10100011 | 1101011 | 11100011 | 11100 | 110101 | 0 | 1011 | 100001100 | 1000100 | 1000001 |
Color Harmonies of #A36BE3
Complementary color
Monochromatic Colors of #A36BE3
Black with #A36BE3
Text Example
Text Example
White with #A36BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BE3; }
p { color: rgb(163,107,227); }
H1.HeaderClassName
{
color: #A36BE3;
}
.AnyTagClassName
{
color: #A36BE3;
}
</style>
background-color css
<style>
a { background-color: #A36BE3; }
a { background-color: rgb(163,107,227); }
div.DivClassName
{
background-color: #A36BE3;
}
.BgClassName
{
background-color: #A36BE3;
}
</style>
border-color css
<style>
span { border-color: #A36BE3; }
span { border-color: rgb(163,107,227); }
td.TdClassName
{
border-color: #A36BE3;
}
.TagClassName
{
border-color: #A36BE3;
}
</style>