Shades of Medium Purple #A172E5
Tints of Medium Purple #A172E5
RGB
CMYK
RGB Variations
Color information
#A172E5 (or 0xA172E5) is known color: Medium Purple. HEX triplet: A1, 72 and E5. RGB value is (161,114,229). Sum of RGB (Red+Green+Blue) = 161+114+229=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #A172E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172E5 is #5E8D1A. Grayscale: #8C8C8C. Windows color (decimal): -6196507 or 15037089. OLE color: 15037089.
HSL color Cylindrical-coordinate representation of color #A172E5: hue angle of 264.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A172E5 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 114 | 229 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.10 |
| HSL | 264.52º | 0.69% | 0.67% | - |
| HSV(B) | 264.52º | 0.5% | 0.9% | - |
| XYZ | 34.86 | 25.27 | 77.17 | - |
| YUV | 141.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 229 | 0.30 | 0.50 | 0 | 0.10 | 264.52 | 0.69 | 0.67 |
| Hex | A1 | 72 | E5 | 1E | 32 | 0 | A | 109 | 45 | 43 |
| Octal | 241 | 162 | 345 | 36 | 62 | 0 | 12 | 411 | 105 | 103 |
| Binary | 10100001 | 1110010 | 11100101 | 11110 | 110010 | 0 | 1010 | 100001001 | 1000101 | 1000011 |
Color Harmonies of #A172E5
Complementary color
Monochromatic Colors of #A172E5
Black with #A172E5
Text Example
Text Example
White with #A172E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A172E5; }
p { color: rgb(161,114,229); }
H1.HeaderClassName
{
color: #A172E5;
}
.AnyTagClassName
{
color: #A172E5;
}
</style>
background-color css
<style>
a { background-color: #A172E5; }
a { background-color: rgb(161,114,229); }
div.DivClassName
{
background-color: #A172E5;
}
.BgClassName
{
background-color: #A172E5;
}
</style>
border-color css
<style>
span { border-color: #A172E5; }
span { border-color: rgb(161,114,229); }
td.TdClassName
{
border-color: #A172E5;
}
.TagClassName
{
border-color: #A172E5;
}
</style>