Shades of Medium Purple #A171E6
Tints of Medium Purple #A171E6
RGB
CMYK
RGB Variations
Color information
#A171E6 (or 0xA171E6) is known color: Medium Purple. HEX triplet: A1, 71 and E6. RGB value is (161,113,230). Sum of RGB (Red+Green+Blue) = 161+113+230=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #A171E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A171E6 is #5E8E19. Grayscale: #8C8C8C. Windows color (decimal): -6196762 or 15102369. OLE color: 15102369.
HSL color Cylindrical-coordinate representation of color #A171E6: hue angle of 264.62º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A171E6 is Cyan = 0.3, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 113 | 230 | - |
| CMYK | 0.3 | 0.51 | 0 | 0.10 |
| HSL | 264.62º | 0.7% | 0.67% | - |
| HSV(B) | 264.62º | 0.51% | 0.9% | - |
| XYZ | 34.89 | 25.1 | 77.87 | - |
| YUV | 140.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 230 | 0.3 | 0.51 | 0 | 0.10 | 264.62 | 0.7 | 0.67 |
| Hex | A1 | 71 | E6 | 1E | 33 | 0 | A | 109 | 46 | 43 |
| Octal | 241 | 161 | 346 | 36 | 63 | 0 | 12 | 411 | 106 | 103 |
| Binary | 10100001 | 1110001 | 11100110 | 11110 | 110011 | 0 | 1010 | 100001001 | 1000110 | 1000011 |
Color Harmonies of #A171E6
Complementary color
Monochromatic Colors of #A171E6
Black with #A171E6
Text Example
Text Example
White with #A171E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A171E6; }
p { color: rgb(161,113,230); }
H1.HeaderClassName
{
color: #A171E6;
}
.AnyTagClassName
{
color: #A171E6;
}
</style>
background-color css
<style>
a { background-color: #A171E6; }
a { background-color: rgb(161,113,230); }
div.DivClassName
{
background-color: #A171E6;
}
.BgClassName
{
background-color: #A171E6;
}
</style>
border-color css
<style>
span { border-color: #A171E6; }
span { border-color: rgb(161,113,230); }
td.TdClassName
{
border-color: #A171E6;
}
.TagClassName
{
border-color: #A171E6;
}
</style>