Shades of Medium Purple #A170E7
Tints of Medium Purple #A170E7
RGB
CMYK
RGB Variations
Color information
#A170E7 (or 0xA170E7) is known color: Medium Purple. HEX triplet: A1, 70 and E7. RGB value is (161,112,231). Sum of RGB (Red+Green+Blue) = 161+112+231=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #A170E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170E7 is #5E8F18. Grayscale: #8B8B8B. Windows color (decimal): -6197017 or 15167649. OLE color: 15167649.
HSL color Cylindrical-coordinate representation of color #A170E7: hue angle of 264.71º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A170E7 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 112 | 231 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.09 |
| HSL | 264.71º | 0.71% | 0.67% | - |
| HSV(B) | 264.71º | 0.52% | 0.91% | - |
| XYZ | 34.92 | 24.93 | 78.57 | - |
| YUV | 140.22 | 179.23 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 231 | 0.30 | 0.52 | 0 | 0.09 | 264.71 | 0.71 | 0.67 |
| Hex | A1 | 70 | E7 | 1E | 34 | 0 | 9 | 109 | 47 | 43 |
| Octal | 241 | 160 | 347 | 36 | 64 | 0 | 11 | 411 | 107 | 103 |
| Binary | 10100001 | 1110000 | 11100111 | 11110 | 110100 | 0 | 1001 | 100001001 | 1000111 | 1000011 |
Color Harmonies of #A170E7
Complementary color
Monochromatic Colors of #A170E7
Black with #A170E7
Text Example
Text Example
White with #A170E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170E7; }
p { color: rgb(161,112,231); }
H1.HeaderClassName
{
color: #A170E7;
}
.AnyTagClassName
{
color: #A170E7;
}
</style>
background-color css
<style>
a { background-color: #A170E7; }
a { background-color: rgb(161,112,231); }
div.DivClassName
{
background-color: #A170E7;
}
.BgClassName
{
background-color: #A170E7;
}
</style>
border-color css
<style>
span { border-color: #A170E7; }
span { border-color: rgb(161,112,231); }
td.TdClassName
{
border-color: #A170E7;
}
.TagClassName
{
border-color: #A170E7;
}
</style>