Shades of Amethyst #A360D1
Tints of Amethyst #A360D1
RGB
CMYK
RGB Variations
Color information
#A360D1 (or 0xA360D1) is known color: Amethyst. HEX triplet: A3, 60 and D1. RGB value is (163,96,209). Sum of RGB (Red+Green+Blue) = 163+96+209=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #A360D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360D1 is #5C9F2E. Grayscale: #808080. Windows color (decimal): -6070063 or 13721763. OLE color: 13721763.
HSL color Cylindrical-coordinate representation of color #A360D1: hue angle of 275.58º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A360D1 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 96 | 209 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.18 |
| HSL | 275.58º | 0.55% | 0.6% | - |
| HSV(B) | 275.58º | 0.54% | 0.82% | - |
| XYZ | 30.8 | 20.76 | 62.7 | - |
| YUV | 128.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 209 | 0.22 | 0.54 | 0 | 0.18 | 275.58 | 0.55 | 0.6 |
| Hex | A3 | 60 | D1 | 16 | 36 | 0 | 12 | 114 | 37 | 3C |
| Octal | 243 | 140 | 321 | 26 | 66 | 0 | 22 | 424 | 67 | 74 |
| Binary | 10100011 | 1100000 | 11010001 | 10110 | 110110 | 0 | 10010 | 100010100 | 110111 | 111100 |
Color Harmonies of #A360D1
Complementary color
Monochromatic Colors of #A360D1
Black with #A360D1
Text Example
Text Example
White with #A360D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360D1; }
p { color: rgb(163,96,209); }
H1.HeaderClassName
{
color: #A360D1;
}
.AnyTagClassName
{
color: #A360D1;
}
</style>
background-color css
<style>
a { background-color: #A360D1; }
a { background-color: rgb(163,96,209); }
div.DivClassName
{
background-color: #A360D1;
}
.BgClassName
{
background-color: #A360D1;
}
</style>
border-color css
<style>
span { border-color: #A360D1; }
span { border-color: rgb(163,96,209); }
td.TdClassName
{
border-color: #A360D1;
}
.TagClassName
{
border-color: #A360D1;
}
</style>