Shades of Medium Purple #A164E7
Tints of Medium Purple #A164E7
RGB
CMYK
RGB Variations
Color information
#A164E7 (or 0xA164E7) is known color: Medium Purple. HEX triplet: A1, 64 and E7. RGB value is (161,100,231). Sum of RGB (Red+Green+Blue) = 161+100+231=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #A164E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164E7 is #5E9B18. Grayscale: #848484. Windows color (decimal): -6200089 or 15164577. OLE color: 15164577.
HSL color Cylindrical-coordinate representation of color #A164E7: hue angle of 267.94º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A164E7 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 100 | 231 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.09 |
| HSL | 267.94º | 0.73% | 0.65% | - |
| HSV(B) | 267.94º | 0.57% | 0.91% | - |
| XYZ | 33.68 | 22.46 | 78.16 | - |
| YUV | 133.17 | 183.21 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 231 | 0.30 | 0.57 | 0 | 0.09 | 267.94 | 0.73 | 0.65 |
| Hex | A1 | 64 | E7 | 1E | 39 | 0 | 9 | 10C | 49 | 41 |
| Octal | 241 | 144 | 347 | 36 | 71 | 0 | 11 | 414 | 111 | 101 |
| Binary | 10100001 | 1100100 | 11100111 | 11110 | 111001 | 0 | 1001 | 100001100 | 1001001 | 1000001 |
Color Harmonies of #A164E7
Complementary color
Monochromatic Colors of #A164E7
Black with #A164E7
Text Example
Text Example
White with #A164E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A164E7; }
p { color: rgb(161,100,231); }
H1.HeaderClassName
{
color: #A164E7;
}
.AnyTagClassName
{
color: #A164E7;
}
</style>
background-color css
<style>
a { background-color: #A164E7; }
a { background-color: rgb(161,100,231); }
div.DivClassName
{
background-color: #A164E7;
}
.BgClassName
{
background-color: #A164E7;
}
</style>
border-color css
<style>
span { border-color: #A164E7; }
span { border-color: rgb(161,100,231); }
td.TdClassName
{
border-color: #A164E7;
}
.TagClassName
{
border-color: #A164E7;
}
</style>