Shades of Medium Purple #A367E2
Tints of Medium Purple #A367E2
RGB
CMYK
RGB Variations
Color information
#A367E2 (or 0xA367E2) is known color: Medium Purple. HEX triplet: A3, 67 and E2. RGB value is (163,103,226). Sum of RGB (Red+Green+Blue) = 163+103+226=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 226 - color contains mainly: blue. Hex color #A367E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367E2 is #5C981D. Grayscale: #868686. Windows color (decimal): -6068254 or 14837667. OLE color: 14837667.
HSL color Cylindrical-coordinate representation of color #A367E2: hue angle of 269.27º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A367E2 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 103 | 226 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.11 |
| HSL | 269.27º | 0.68% | 0.65% | - |
| HSV(B) | 269.27º | 0.54% | 0.89% | - |
| XYZ | 33.68 | 22.98 | 74.61 | - |
| YUV | 134.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 226 | 0.28 | 0.54 | 0 | 0.11 | 269.27 | 0.68 | 0.65 |
| Hex | A3 | 67 | E2 | 1C | 36 | 0 | B | 10D | 44 | 41 |
| Octal | 243 | 147 | 342 | 34 | 66 | 0 | 13 | 415 | 104 | 101 |
| Binary | 10100011 | 1100111 | 11100010 | 11100 | 110110 | 0 | 1011 | 100001101 | 1000100 | 1000001 |
Color Harmonies of #A367E2
Complementary color
Monochromatic Colors of #A367E2
Black with #A367E2
Text Example
Text Example
White with #A367E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367E2; }
p { color: rgb(163,103,226); }
H1.HeaderClassName
{
color: #A367E2;
}
.AnyTagClassName
{
color: #A367E2;
}
</style>
background-color css
<style>
a { background-color: #A367E2; }
a { background-color: rgb(163,103,226); }
div.DivClassName
{
background-color: #A367E2;
}
.BgClassName
{
background-color: #A367E2;
}
</style>
border-color css
<style>
span { border-color: #A367E2; }
span { border-color: rgb(163,103,226); }
td.TdClassName
{
border-color: #A367E2;
}
.TagClassName
{
border-color: #A367E2;
}
</style>