Shades of Amethyst #A372C6
Tints of Amethyst #A372C6
RGB
CMYK
RGB Variations
Color information
#A372C6 (or 0xA372C6) is known color: Amethyst. HEX triplet: A3, 72 and C6. RGB value is (163,114,198). Sum of RGB (Red+Green+Blue) = 163+114+198=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #A372C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372C6 is #5C8D39. Grayscale: #898989. Windows color (decimal): -6065466 or 13005475. OLE color: 13005475.
HSL color Cylindrical-coordinate representation of color #A372C6: hue angle of 275º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A372C6 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 114 | 198 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.22 |
| HSL | 275º | 0.42% | 0.61% | - |
| HSV(B) | 275º | 0.42% | 0.78% | - |
| XYZ | 31.31 | 23.9 | 56.39 | - |
| YUV | 138.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 198 | 0.18 | 0.42 | 0 | 0.22 | 275 | 0.42 | 0.61 |
| Hex | A3 | 72 | C6 | 12 | 2A | 0 | 16 | 113 | 2A | 3D |
| Octal | 243 | 162 | 306 | 22 | 52 | 0 | 26 | 423 | 52 | 75 |
| Binary | 10100011 | 1110010 | 11000110 | 10010 | 101010 | 0 | 10110 | 100010011 | 101010 | 111101 |
Color Harmonies of #A372C6
Complementary color
Monochromatic Colors of #A372C6
Black with #A372C6
Text Example
Text Example
White with #A372C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372C6; }
p { color: rgb(163,114,198); }
H1.HeaderClassName
{
color: #A372C6;
}
.AnyTagClassName
{
color: #A372C6;
}
</style>
background-color css
<style>
a { background-color: #A372C6; }
a { background-color: rgb(163,114,198); }
div.DivClassName
{
background-color: #A372C6;
}
.BgClassName
{
background-color: #A372C6;
}
</style>
border-color css
<style>
span { border-color: #A372C6; }
span { border-color: rgb(163,114,198); }
td.TdClassName
{
border-color: #A372C6;
}
.TagClassName
{
border-color: #A372C6;
}
</style>