Shades of Medium Purple #A170EF
Tints of Medium Purple #A170EF
RGB
CMYK
RGB Variations
Color information
#A170EF (or 0xA170EF) is known color: Medium Purple. HEX triplet: A1, 70 and EF. RGB value is (161,112,239). Sum of RGB (Red+Green+Blue) = 161+112+239=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #A170EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170EF is #5E8F10. Grayscale: #8C8C8C. Windows color (decimal): -6197009 or 15691937. OLE color: 15691937.
HSL color Cylindrical-coordinate representation of color #A170EF: hue angle of 263.15º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A170EF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 112 | 239 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.06 |
| HSL | 263.15º | 0.8% | 0.69% | - |
| HSV(B) | 263.15º | 0.53% | 0.94% | - |
| XYZ | 36.07 | 25.4 | 84.66 | - |
| YUV | 141.13 | 183.23 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 239 | 0.33 | 0.53 | 0 | 0.06 | 263.15 | 0.8 | 0.69 |
| Hex | A1 | 70 | EF | 21 | 35 | 0 | 6 | 107 | 50 | 45 |
| Octal | 241 | 160 | 357 | 41 | 65 | 0 | 6 | 407 | 120 | 105 |
| Binary | 10100001 | 1110000 | 11101111 | 100001 | 110101 | 0 | 110 | 100000111 | 1010000 | 1000101 |
Color Harmonies of #A170EF
Complementary color
Monochromatic Colors of #A170EF
Black with #A170EF
Text Example
Text Example
White with #A170EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170EF; }
p { color: rgb(161,112,239); }
H1.HeaderClassName
{
color: #A170EF;
}
.AnyTagClassName
{
color: #A170EF;
}
</style>
background-color css
<style>
a { background-color: #A170EF; }
a { background-color: rgb(161,112,239); }
div.DivClassName
{
background-color: #A170EF;
}
.BgClassName
{
background-color: #A170EF;
}
</style>
border-color css
<style>
span { border-color: #A170EF; }
span { border-color: rgb(161,112,239); }
td.TdClassName
{
border-color: #A170EF;
}
.TagClassName
{
border-color: #A170EF;
}
</style>