Shades of Medium Purple #A170E6
Tints of Medium Purple #A170E6
RGB
CMYK
RGB Variations
Color information
#A170E6 (or 0xA170E6) is known color: Medium Purple. HEX triplet: A1, 70 and E6. RGB value is (161,112,230). Sum of RGB (Red+Green+Blue) = 161+112+230=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #A170E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170E6 is #5E8F19. Grayscale: #8B8B8B. Windows color (decimal): -6197018 or 15102113. OLE color: 15102113.
HSL color Cylindrical-coordinate representation of color #A170E6: hue angle of 264.92º 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 #A170E6 is Cyan = 0.3, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 112 | 230 | - |
| CMYK | 0.3 | 0.51 | 0 | 0.10 |
| HSL | 264.92º | 0.7% | 0.67% | - |
| HSV(B) | 264.92º | 0.51% | 0.9% | - |
| XYZ | 34.78 | 24.88 | 77.83 | - |
| YUV | 140.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 230 | 0.3 | 0.51 | 0 | 0.10 | 264.92 | 0.7 | 0.67 |
| Hex | A1 | 70 | E6 | 1E | 33 | 0 | A | 109 | 46 | 43 |
| Octal | 241 | 160 | 346 | 36 | 63 | 0 | 12 | 411 | 106 | 103 |
| Binary | 10100001 | 1110000 | 11100110 | 11110 | 110011 | 0 | 1010 | 100001001 | 1000110 | 1000011 |
Color Harmonies of #A170E6
Complementary color
Monochromatic Colors of #A170E6
Black with #A170E6
Text Example
Text Example
White with #A170E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170E6; }
p { color: rgb(161,112,230); }
H1.HeaderClassName
{
color: #A170E6;
}
.AnyTagClassName
{
color: #A170E6;
}
</style>
background-color css
<style>
a { background-color: #A170E6; }
a { background-color: rgb(161,112,230); }
div.DivClassName
{
background-color: #A170E6;
}
.BgClassName
{
background-color: #A170E6;
}
</style>
border-color css
<style>
span { border-color: #A170E6; }
span { border-color: rgb(161,112,230); }
td.TdClassName
{
border-color: #A170E6;
}
.TagClassName
{
border-color: #A170E6;
}
</style>