Shades of Amethyst #A372D2
Tints of Amethyst #A372D2
RGB
CMYK
RGB Variations
Color information
#A372D2 (or 0xA372D2) is known color: Amethyst. HEX triplet: A3, 72 and D2. RGB value is (163,114,210). Sum of RGB (Red+Green+Blue) = 163+114+210=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #A372D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372D2 is #5C8D2D. Grayscale: #8B8B8B. Windows color (decimal): -6065454 or 13791907. OLE color: 13791907.
HSL color Cylindrical-coordinate representation of color #A372D2: hue angle of 270.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A372D2 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 114 | 210 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.18 |
| HSL | 270.63º | 0.52% | 0.64% | - |
| HSV(B) | 270.63º | 0.46% | 0.82% | - |
| XYZ | 32.75 | 24.47 | 63.97 | - |
| YUV | 139.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 210 | 0.22 | 0.46 | 0 | 0.18 | 270.63 | 0.52 | 0.64 |
| Hex | A3 | 72 | D2 | 16 | 2E | 0 | 12 | 10F | 34 | 40 |
| Octal | 243 | 162 | 322 | 26 | 56 | 0 | 22 | 417 | 64 | 100 |
| Binary | 10100011 | 1110010 | 11010010 | 10110 | 101110 | 0 | 10010 | 100001111 | 110100 | 1000000 |
Color Harmonies of #A372D2
Complementary color
Monochromatic Colors of #A372D2
Black with #A372D2
Text Example
Text Example
White with #A372D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372D2; }
p { color: rgb(163,114,210); }
H1.HeaderClassName
{
color: #A372D2;
}
.AnyTagClassName
{
color: #A372D2;
}
</style>
background-color css
<style>
a { background-color: #A372D2; }
a { background-color: rgb(163,114,210); }
div.DivClassName
{
background-color: #A372D2;
}
.BgClassName
{
background-color: #A372D2;
}
</style>
border-color css
<style>
span { border-color: #A372D2; }
span { border-color: rgb(163,114,210); }
td.TdClassName
{
border-color: #A372D2;
}
.TagClassName
{
border-color: #A372D2;
}
</style>