Shades of Medium Purple #A172DD
Tints of Medium Purple #A172DD
RGB
CMYK
RGB Variations
Color information
#A172DD (or 0xA172DD) is known color: Medium Purple. HEX triplet: A1, 72 and DD. RGB value is (161,114,221). Sum of RGB (Red+Green+Blue) = 161+114+221=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #A172DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172DD is #5E8D22. Grayscale: #8B8B8B. Windows color (decimal): -6196515 or 14512801. OLE color: 14512801.
HSL color Cylindrical-coordinate representation of color #A172DD: hue angle of 266.36º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A172DD is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 114 | 221 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.13 |
| HSL | 266.36º | 0.61% | 0.66% | - |
| HSV(B) | 266.36º | 0.48% | 0.87% | - |
| XYZ | 33.77 | 24.83 | 71.42 | - |
| YUV | 140.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 221 | 0.27 | 0.48 | 0 | 0.13 | 266.36 | 0.61 | 0.66 |
| Hex | A1 | 72 | DD | 1B | 30 | 0 | D | 10A | 3D | 42 |
| Octal | 241 | 162 | 335 | 33 | 60 | 0 | 15 | 412 | 75 | 102 |
| Binary | 10100001 | 1110010 | 11011101 | 11011 | 110000 | 0 | 1101 | 100001010 | 111101 | 1000010 |
Color Harmonies of #A172DD
Complementary color
Monochromatic Colors of #A172DD
Black with #A172DD
Text Example
Text Example
White with #A172DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A172DD; }
p { color: rgb(161,114,221); }
H1.HeaderClassName
{
color: #A172DD;
}
.AnyTagClassName
{
color: #A172DD;
}
</style>
background-color css
<style>
a { background-color: #A172DD; }
a { background-color: rgb(161,114,221); }
div.DivClassName
{
background-color: #A172DD;
}
.BgClassName
{
background-color: #A172DD;
}
</style>
border-color css
<style>
span { border-color: #A172DD; }
span { border-color: rgb(161,114,221); }
td.TdClassName
{
border-color: #A172DD;
}
.TagClassName
{
border-color: #A172DD;
}
</style>