Shades of Medium Purple #A170E5
Tints of Medium Purple #A170E5
RGB
CMYK
RGB Variations
Color information
#A170E5 (or 0xA170E5) is known color: Medium Purple. HEX triplet: A1, 70 and E5. RGB value is (161,112,229). Sum of RGB (Red+Green+Blue) = 161+112+229=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #A170E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170E5 is #5E8F1A. Grayscale: #8B8B8B. Windows color (decimal): -6197019 or 15036577. OLE color: 15036577.
HSL color Cylindrical-coordinate representation of color #A170E5: hue angle of 265.13º degrees, saturation: 0.69, 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 #A170E5 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 112 | 229 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.10 |
| HSL | 265.13º | 0.69% | 0.67% | - |
| HSV(B) | 265.13º | 0.51% | 0.9% | - |
| XYZ | 34.63 | 24.82 | 77.09 | - |
| YUV | 139.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 229 | 0.30 | 0.51 | 0 | 0.10 | 265.13 | 0.69 | 0.67 |
| Hex | A1 | 70 | E5 | 1E | 33 | 0 | A | 109 | 45 | 43 |
| Octal | 241 | 160 | 345 | 36 | 63 | 0 | 12 | 411 | 105 | 103 |
| Binary | 10100001 | 1110000 | 11100101 | 11110 | 110011 | 0 | 1010 | 100001001 | 1000101 | 1000011 |
Color Harmonies of #A170E5
Complementary color
Monochromatic Colors of #A170E5
Black with #A170E5
Text Example
Text Example
White with #A170E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170E5; }
p { color: rgb(161,112,229); }
H1.HeaderClassName
{
color: #A170E5;
}
.AnyTagClassName
{
color: #A170E5;
}
</style>
background-color css
<style>
a { background-color: #A170E5; }
a { background-color: rgb(161,112,229); }
div.DivClassName
{
background-color: #A170E5;
}
.BgClassName
{
background-color: #A170E5;
}
</style>
border-color css
<style>
span { border-color: #A170E5; }
span { border-color: rgb(161,112,229); }
td.TdClassName
{
border-color: #A170E5;
}
.TagClassName
{
border-color: #A170E5;
}
</style>