Shades of Amethyst #A172CC
Tints of Amethyst #A172CC
RGB
CMYK
RGB Variations
Color information
#A172CC (or 0xA172CC) is known color: Amethyst. HEX triplet: A1, 72 and CC. RGB value is (161,114,204). Sum of RGB (Red+Green+Blue) = 161+114+204=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #A172CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172CC is #5E8D33. Grayscale: #8A8A8A. Windows color (decimal): -6196532 or 13398689. OLE color: 13398689.
HSL color Cylindrical-coordinate representation of color #A172CC: hue angle of 271.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A172CC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 114 | 204 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.2 |
| HSL | 271.33º | 0.47% | 0.62% | - |
| HSV(B) | 271.33º | 0.44% | 0.8% | - |
| XYZ | 31.61 | 23.97 | 60.09 | - |
| YUV | 138.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 204 | 0.21 | 0.44 | 0 | 0.2 | 271.33 | 0.47 | 0.62 |
| Hex | A1 | 72 | CC | 15 | 2C | 0 | 14 | 10F | 2F | 3E |
| Octal | 241 | 162 | 314 | 25 | 54 | 0 | 24 | 417 | 57 | 76 |
| Binary | 10100001 | 1110010 | 11001100 | 10101 | 101100 | 0 | 10100 | 100001111 | 101111 | 111110 |
Color Harmonies of #A172CC
Complementary color
Monochromatic Colors of #A172CC
Black with #A172CC
Text Example
Text Example
White with #A172CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A172CC; }
p { color: rgb(161,114,204); }
H1.HeaderClassName
{
color: #A172CC;
}
.AnyTagClassName
{
color: #A172CC;
}
</style>
background-color css
<style>
a { background-color: #A172CC; }
a { background-color: rgb(161,114,204); }
div.DivClassName
{
background-color: #A172CC;
}
.BgClassName
{
background-color: #A172CC;
}
</style>
border-color css
<style>
span { border-color: #A172CC; }
span { border-color: rgb(161,114,204); }
td.TdClassName
{
border-color: #A172CC;
}
.TagClassName
{
border-color: #A172CC;
}
</style>