Shades of Medium Purple #A167E4
Tints of Medium Purple #A167E4
RGB
CMYK
RGB Variations
Color information
#A167E4 (or 0xA167E4) is known color: Medium Purple. HEX triplet: A1, 67 and E4. RGB value is (161,103,228). Sum of RGB (Red+Green+Blue) = 161+103+228=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #A167E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167E4 is #5E981B. Grayscale: #868686. Windows color (decimal): -6199324 or 14968737. OLE color: 14968737.
HSL color Cylindrical-coordinate representation of color #A167E4: hue angle of 267.84º 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 #A167E4 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 103 | 228 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.11 |
| HSL | 267.84º | 0.7% | 0.65% | - |
| HSV(B) | 267.84º | 0.55% | 0.89% | - |
| XYZ | 33.55 | 22.88 | 76.05 | - |
| YUV | 134.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 228 | 0.29 | 0.55 | 0 | 0.11 | 267.84 | 0.7 | 0.65 |
| Hex | A1 | 67 | E4 | 1D | 37 | 0 | B | 10C | 46 | 41 |
| Octal | 241 | 147 | 344 | 35 | 67 | 0 | 13 | 414 | 106 | 101 |
| Binary | 10100001 | 1100111 | 11100100 | 11101 | 110111 | 0 | 1011 | 100001100 | 1000110 | 1000001 |
Color Harmonies of #A167E4
Complementary color
Monochromatic Colors of #A167E4
Black with #A167E4
Text Example
Text Example
White with #A167E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A167E4; }
p { color: rgb(161,103,228); }
H1.HeaderClassName
{
color: #A167E4;
}
.AnyTagClassName
{
color: #A167E4;
}
</style>
background-color css
<style>
a { background-color: #A167E4; }
a { background-color: rgb(161,103,228); }
div.DivClassName
{
background-color: #A167E4;
}
.BgClassName
{
background-color: #A167E4;
}
</style>
border-color css
<style>
span { border-color: #A167E4; }
span { border-color: rgb(161,103,228); }
td.TdClassName
{
border-color: #A167E4;
}
.TagClassName
{
border-color: #A167E4;
}
</style>