Shades of Amethyst #A172CA
Tints of Amethyst #A172CA
RGB
CMYK
RGB Variations
Color information
#A172CA (or 0xA172CA) is known color: Amethyst. HEX triplet: A1, 72 and CA. RGB value is (161,114,202). Sum of RGB (Red+Green+Blue) = 161+114+202=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #A172CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172CA is #5E8D35. Grayscale: #898989. Windows color (decimal): -6196534 or 13267617. OLE color: 13267617.
HSL color Cylindrical-coordinate representation of color #A172CA: hue angle of 272.05º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A172CA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 114 | 202 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.21 |
| HSL | 272.05º | 0.45% | 0.62% | - |
| HSV(B) | 272.05º | 0.44% | 0.79% | - |
| XYZ | 31.38 | 23.88 | 58.83 | - |
| YUV | 138.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 202 | 0.20 | 0.44 | 0 | 0.21 | 272.05 | 0.45 | 0.62 |
| Hex | A1 | 72 | CA | 14 | 2C | 0 | 15 | 110 | 2D | 3E |
| Octal | 241 | 162 | 312 | 24 | 54 | 0 | 25 | 420 | 55 | 76 |
| Binary | 10100001 | 1110010 | 11001010 | 10100 | 101100 | 0 | 10101 | 100010000 | 101101 | 111110 |
Color Harmonies of #A172CA
Complementary color
Monochromatic Colors of #A172CA
Black with #A172CA
Text Example
Text Example
White with #A172CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A172CA; }
p { color: rgb(161,114,202); }
H1.HeaderClassName
{
color: #A172CA;
}
.AnyTagClassName
{
color: #A172CA;
}
</style>
background-color css
<style>
a { background-color: #A172CA; }
a { background-color: rgb(161,114,202); }
div.DivClassName
{
background-color: #A172CA;
}
.BgClassName
{
background-color: #A172CA;
}
</style>
border-color css
<style>
span { border-color: #A172CA; }
span { border-color: rgb(161,114,202); }
td.TdClassName
{
border-color: #A172CA;
}
.TagClassName
{
border-color: #A172CA;
}
</style>