Shades of Medium Purple #A172E2
Tints of Medium Purple #A172E2
RGB
CMYK
RGB Variations
Color information
#A172E2 (or 0xA172E2) is known color: Medium Purple. HEX triplet: A1, 72 and E2. RGB value is (161,114,226). Sum of RGB (Red+Green+Blue) = 161+114+226=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #A172E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172E2 is #5E8D1D. Grayscale: #8C8C8C. Windows color (decimal): -6196510 or 14840481. OLE color: 14840481.
HSL color Cylindrical-coordinate representation of color #A172E2: hue angle of 265.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A172E2 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 114 | 226 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.11 |
| HSL | 265.18º | 0.66% | 0.67% | - |
| HSV(B) | 265.18º | 0.5% | 0.89% | - |
| XYZ | 34.44 | 25.1 | 74.98 | - |
| YUV | 140.82 | 176.07 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 226 | 0.29 | 0.50 | 0 | 0.11 | 265.18 | 0.66 | 0.67 |
| Hex | A1 | 72 | E2 | 1D | 32 | 0 | B | 109 | 42 | 43 |
| Octal | 241 | 162 | 342 | 35 | 62 | 0 | 13 | 411 | 102 | 103 |
| Binary | 10100001 | 1110010 | 11100010 | 11101 | 110010 | 0 | 1011 | 100001001 | 1000010 | 1000011 |
Color Harmonies of #A172E2
Complementary color
Monochromatic Colors of #A172E2
Black with #A172E2
Text Example
Text Example
White with #A172E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A172E2; }
p { color: rgb(161,114,226); }
H1.HeaderClassName
{
color: #A172E2;
}
.AnyTagClassName
{
color: #A172E2;
}
</style>
background-color css
<style>
a { background-color: #A172E2; }
a { background-color: rgb(161,114,226); }
div.DivClassName
{
background-color: #A172E2;
}
.BgClassName
{
background-color: #A172E2;
}
</style>
border-color css
<style>
span { border-color: #A172E2; }
span { border-color: rgb(161,114,226); }
td.TdClassName
{
border-color: #A172E2;
}
.TagClassName
{
border-color: #A172E2;
}
</style>