Shades of Amethyst #A372C9
Tints of Amethyst #A372C9
RGB
CMYK
RGB Variations
Color information
#A372C9 (or 0xA372C9) is known color: Amethyst. HEX triplet: A3, 72 and C9. RGB value is (163,114,201). Sum of RGB (Red+Green+Blue) = 163+114+201=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #A372C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372C9 is #5C8D36. Grayscale: #8A8A8A. Windows color (decimal): -6065463 or 13202083. OLE color: 13202083.
HSL color Cylindrical-coordinate representation of color #A372C9: hue angle of 273.79º 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 #A372C9 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 114 | 201 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.21 |
| HSL | 273.79º | 0.45% | 0.62% | - |
| HSV(B) | 273.79º | 0.43% | 0.79% | - |
| XYZ | 31.66 | 24.04 | 58.23 | - |
| YUV | 138.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 201 | 0.19 | 0.43 | 0 | 0.21 | 273.79 | 0.45 | 0.62 |
| Hex | A3 | 72 | C9 | 13 | 2B | 0 | 15 | 112 | 2D | 3E |
| Octal | 243 | 162 | 311 | 23 | 53 | 0 | 25 | 422 | 55 | 76 |
| Binary | 10100011 | 1110010 | 11001001 | 10011 | 101011 | 0 | 10101 | 100010010 | 101101 | 111110 |
Color Harmonies of #A372C9
Complementary color
Monochromatic Colors of #A372C9
Black with #A372C9
Text Example
Text Example
White with #A372C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372C9; }
p { color: rgb(163,114,201); }
H1.HeaderClassName
{
color: #A372C9;
}
.AnyTagClassName
{
color: #A372C9;
}
</style>
background-color css
<style>
a { background-color: #A372C9; }
a { background-color: rgb(163,114,201); }
div.DivClassName
{
background-color: #A372C9;
}
.BgClassName
{
background-color: #A372C9;
}
</style>
border-color css
<style>
span { border-color: #A372C9; }
span { border-color: rgb(163,114,201); }
td.TdClassName
{
border-color: #A372C9;
}
.TagClassName
{
border-color: #A372C9;
}
</style>