Shades of Medium Purple #A170DF
Tints of Medium Purple #A170DF
RGB
CMYK
RGB Variations
Color information
#A170DF (or 0xA170DF) is known color: Medium Purple. HEX triplet: A1, 70 and DF. RGB value is (161,112,223). Sum of RGB (Red+Green+Blue) = 161+112+223=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #A170DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170DF is #5E8F20. Grayscale: #8A8A8A. Windows color (decimal): -6197025 or 14643361. OLE color: 14643361.
HSL color Cylindrical-coordinate representation of color #A170DF: hue angle of 266.49º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A170DF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 112 | 223 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.13 |
| HSL | 266.49º | 0.63% | 0.66% | - |
| HSV(B) | 266.49º | 0.5% | 0.87% | - |
| XYZ | 33.81 | 24.49 | 72.76 | - |
| YUV | 139.31 | 175.23 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 223 | 0.28 | 0.50 | 0 | 0.13 | 266.49 | 0.63 | 0.66 |
| Hex | A1 | 70 | DF | 1C | 32 | 0 | D | 10A | 3F | 42 |
| Octal | 241 | 160 | 337 | 34 | 62 | 0 | 15 | 412 | 77 | 102 |
| Binary | 10100001 | 1110000 | 11011111 | 11100 | 110010 | 0 | 1101 | 100001010 | 111111 | 1000010 |
Color Harmonies of #A170DF
Complementary color
Monochromatic Colors of #A170DF
Black with #A170DF
Text Example
Text Example
White with #A170DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170DF; }
p { color: rgb(161,112,223); }
H1.HeaderClassName
{
color: #A170DF;
}
.AnyTagClassName
{
color: #A170DF;
}
</style>
background-color css
<style>
a { background-color: #A170DF; }
a { background-color: rgb(161,112,223); }
div.DivClassName
{
background-color: #A170DF;
}
.BgClassName
{
background-color: #A170DF;
}
</style>
border-color css
<style>
span { border-color: #A170DF; }
span { border-color: rgb(161,112,223); }
td.TdClassName
{
border-color: #A170DF;
}
.TagClassName
{
border-color: #A170DF;
}
</style>