Shades of Amethyst #A372D0
Tints of Amethyst #A372D0
RGB
CMYK
RGB Variations
Color information
#A372D0 (or 0xA372D0) is known color: Amethyst. HEX triplet: A3, 72 and D0. RGB value is (163,114,208). Sum of RGB (Red+Green+Blue) = 163+114+208=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #A372D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372D0 is #5C8D2F. Grayscale: #8B8B8B. Windows color (decimal): -6065456 or 13660835. OLE color: 13660835.
HSL color Cylindrical-coordinate representation of color #A372D0: hue angle of 271.28º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A372D0 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 114 | 208 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.18 |
| HSL | 271.28º | 0.5% | 0.63% | - |
| HSV(B) | 271.28º | 0.45% | 0.82% | - |
| XYZ | 32.51 | 24.38 | 62.67 | - |
| YUV | 139.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 208 | 0.22 | 0.45 | 0 | 0.18 | 271.28 | 0.5 | 0.63 |
| Hex | A3 | 72 | D0 | 16 | 2D | 0 | 12 | 10F | 32 | 3F |
| Octal | 243 | 162 | 320 | 26 | 55 | 0 | 22 | 417 | 62 | 77 |
| Binary | 10100011 | 1110010 | 11010000 | 10110 | 101101 | 0 | 10010 | 100001111 | 110010 | 111111 |
Color Harmonies of #A372D0
Complementary color
Monochromatic Colors of #A372D0
Black with #A372D0
Text Example
Text Example
White with #A372D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372D0; }
p { color: rgb(163,114,208); }
H1.HeaderClassName
{
color: #A372D0;
}
.AnyTagClassName
{
color: #A372D0;
}
</style>
background-color css
<style>
a { background-color: #A372D0; }
a { background-color: rgb(163,114,208); }
div.DivClassName
{
background-color: #A372D0;
}
.BgClassName
{
background-color: #A372D0;
}
</style>
border-color css
<style>
span { border-color: #A372D0; }
span { border-color: rgb(163,114,208); }
td.TdClassName
{
border-color: #A372D0;
}
.TagClassName
{
border-color: #A372D0;
}
</style>