Shades of Amethyst #A362D1
Tints of Amethyst #A362D1
RGB
CMYK
RGB Variations
Color information
#A362D1 (or 0xA362D1) is known color: Amethyst. HEX triplet: A3, 62 and D1. RGB value is (163,98,209). Sum of RGB (Red+Green+Blue) = 163+98+209=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #A362D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362D1 is #5C9D2E. Grayscale: #818181. Windows color (decimal): -6069551 or 13722275. OLE color: 13722275.
HSL color Cylindrical-coordinate representation of color #A362D1: hue angle of 275.14º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A362D1 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 98 | 209 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.18 |
| HSL | 275.14º | 0.55% | 0.6% | - |
| HSV(B) | 275.14º | 0.53% | 0.82% | - |
| XYZ | 30.98 | 21.13 | 62.77 | - |
| YUV | 130.09 | 172.53 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 209 | 0.22 | 0.53 | 0 | 0.18 | 275.14 | 0.55 | 0.6 |
| Hex | A3 | 62 | D1 | 16 | 35 | 0 | 12 | 113 | 37 | 3C |
| Octal | 243 | 142 | 321 | 26 | 65 | 0 | 22 | 423 | 67 | 74 |
| Binary | 10100011 | 1100010 | 11010001 | 10110 | 110101 | 0 | 10010 | 100010011 | 110111 | 111100 |
Color Harmonies of #A362D1
Complementary color
Monochromatic Colors of #A362D1
Black with #A362D1
Text Example
Text Example
White with #A362D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362D1; }
p { color: rgb(163,98,209); }
H1.HeaderClassName
{
color: #A362D1;
}
.AnyTagClassName
{
color: #A362D1;
}
</style>
background-color css
<style>
a { background-color: #A362D1; }
a { background-color: rgb(163,98,209); }
div.DivClassName
{
background-color: #A362D1;
}
.BgClassName
{
background-color: #A362D1;
}
</style>
border-color css
<style>
span { border-color: #A362D1; }
span { border-color: rgb(163,98,209); }
td.TdClassName
{
border-color: #A362D1;
}
.TagClassName
{
border-color: #A362D1;
}
</style>