Shades of Amethyst #A272C9
Tints of Amethyst #A272C9
RGB
CMYK
RGB Variations
Color information
#A272C9 (or 0xA272C9) is known color: Amethyst. HEX triplet: A2, 72 and C9. RGB value is (162,114,201). Sum of RGB (Red+Green+Blue) = 162+114+201=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #A272C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272C9 is #5D8D36. Grayscale: #898989. Windows color (decimal): -6130999 or 13202082. OLE color: 13202082.
HSL color Cylindrical-coordinate representation of color #A272C9: hue angle of 273.1º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A272C9 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 114 | 201 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.21 |
| HSL | 273.1º | 0.45% | 0.62% | - |
| HSV(B) | 273.1º | 0.43% | 0.79% | - |
| XYZ | 31.46 | 23.93 | 58.22 | - |
| YUV | 138.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 201 | 0.19 | 0.43 | 0 | 0.21 | 273.1 | 0.45 | 0.62 |
| Hex | A2 | 72 | C9 | 13 | 2B | 0 | 15 | 111 | 2D | 3E |
| Octal | 242 | 162 | 311 | 23 | 53 | 0 | 25 | 421 | 55 | 76 |
| Binary | 10100010 | 1110010 | 11001001 | 10011 | 101011 | 0 | 10101 | 100010001 | 101101 | 111110 |
Color Harmonies of #A272C9
Complementary color
Monochromatic Colors of #A272C9
Black with #A272C9
Text Example
Text Example
White with #A272C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272C9; }
p { color: rgb(162,114,201); }
H1.HeaderClassName
{
color: #A272C9;
}
.AnyTagClassName
{
color: #A272C9;
}
</style>
background-color css
<style>
a { background-color: #A272C9; }
a { background-color: rgb(162,114,201); }
div.DivClassName
{
background-color: #A272C9;
}
.BgClassName
{
background-color: #A272C9;
}
</style>
border-color css
<style>
span { border-color: #A272C9; }
span { border-color: rgb(162,114,201); }
td.TdClassName
{
border-color: #A272C9;
}
.TagClassName
{
border-color: #A272C9;
}
</style>