Shades of Medium Purple #A367E4
Tints of Medium Purple #A367E4
RGB
CMYK
RGB Variations
Color information
#A367E4 (or 0xA367E4) is known color: Medium Purple. HEX triplet: A3, 67 and E4. RGB value is (163,103,228). Sum of RGB (Red+Green+Blue) = 163+103+228=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #A367E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367E4 is #5C981B. Grayscale: #868686. Windows color (decimal): -6068252 or 14968739. OLE color: 14968739.
HSL color Cylindrical-coordinate representation of color #A367E4: hue angle of 268.8º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A367E4 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 103 | 228 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.11 |
| HSL | 268.8º | 0.7% | 0.65% | - |
| HSV(B) | 268.8º | 0.55% | 0.89% | - |
| XYZ | 33.96 | 23.09 | 76.07 | - |
| YUV | 135.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 228 | 0.29 | 0.55 | 0 | 0.11 | 268.8 | 0.7 | 0.65 |
| Hex | A3 | 67 | E4 | 1D | 37 | 0 | B | 10D | 46 | 41 |
| Octal | 243 | 147 | 344 | 35 | 67 | 0 | 13 | 415 | 106 | 101 |
| Binary | 10100011 | 1100111 | 11100100 | 11101 | 110111 | 0 | 1011 | 100001101 | 1000110 | 1000001 |
Color Harmonies of #A367E4
Complementary color
Monochromatic Colors of #A367E4
Black with #A367E4
Text Example
Text Example
White with #A367E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367E4; }
p { color: rgb(163,103,228); }
H1.HeaderClassName
{
color: #A367E4;
}
.AnyTagClassName
{
color: #A367E4;
}
</style>
background-color css
<style>
a { background-color: #A367E4; }
a { background-color: rgb(163,103,228); }
div.DivClassName
{
background-color: #A367E4;
}
.BgClassName
{
background-color: #A367E4;
}
</style>
border-color css
<style>
span { border-color: #A367E4; }
span { border-color: rgb(163,103,228); }
td.TdClassName
{
border-color: #A367E4;
}
.TagClassName
{
border-color: #A367E4;
}
</style>