Shades of Medium Purple #A170EE
Tints of Medium Purple #A170EE
RGB
CMYK
RGB Variations
Color information
#A170EE (or 0xA170EE) is known color: Medium Purple. HEX triplet: A1, 70 and EE. RGB value is (161,112,238). Sum of RGB (Red+Green+Blue) = 161+112+238=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #A170EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170EE is #5E8F11. Grayscale: #8C8C8C. Windows color (decimal): -6197010 or 15626401. OLE color: 15626401.
HSL color Cylindrical-coordinate representation of color #A170EE: hue angle of 263.33º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A170EE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 112 | 238 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 263.33º | 0.79% | 0.69% | - |
| HSV(B) | 263.33º | 0.53% | 0.93% | - |
| XYZ | 35.92 | 25.34 | 83.89 | - |
| YUV | 141.02 | 182.73 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 238 | 0.32 | 0.53 | 0 | 0.07 | 263.33 | 0.79 | 0.69 |
| Hex | A1 | 70 | EE | 20 | 35 | 0 | 7 | 107 | 4F | 45 |
| Octal | 241 | 160 | 356 | 40 | 65 | 0 | 7 | 407 | 117 | 105 |
| Binary | 10100001 | 1110000 | 11101110 | 100000 | 110101 | 0 | 111 | 100000111 | 1001111 | 1000101 |
Color Harmonies of #A170EE
Complementary color
Monochromatic Colors of #A170EE
Black with #A170EE
Text Example
Text Example
White with #A170EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170EE; }
p { color: rgb(161,112,238); }
H1.HeaderClassName
{
color: #A170EE;
}
.AnyTagClassName
{
color: #A170EE;
}
</style>
background-color css
<style>
a { background-color: #A170EE; }
a { background-color: rgb(161,112,238); }
div.DivClassName
{
background-color: #A170EE;
}
.BgClassName
{
background-color: #A170EE;
}
</style>
border-color css
<style>
span { border-color: #A170EE; }
span { border-color: rgb(161,112,238); }
td.TdClassName
{
border-color: #A170EE;
}
.TagClassName
{
border-color: #A170EE;
}
</style>