Shades of Amethyst #A461D0
Tints of Amethyst #A461D0
RGB
CMYK
RGB Variations
Color information
#A461D0 (or 0xA461D0) is known color: Amethyst. HEX triplet: A4, 61 and D0. RGB value is (164,97,208). Sum of RGB (Red+Green+Blue) = 164+97+208=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #A461D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461D0 is #5B9E2F. Grayscale: #818181. Windows color (decimal): -6004272 or 13656484. OLE color: 13656484.
HSL color Cylindrical-coordinate representation of color #A461D0: hue angle of 276.22º degrees, saturation: 0.54, 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 #A461D0 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 97 | 208 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.18 |
| HSL | 276.22º | 0.54% | 0.6% | - |
| HSV(B) | 276.22º | 0.53% | 0.82% | - |
| XYZ | 30.97 | 21 | 62.09 | - |
| YUV | 129.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 208 | 0.21 | 0.53 | 0 | 0.18 | 276.22 | 0.54 | 0.6 |
| Hex | A4 | 61 | D0 | 15 | 35 | 0 | 12 | 114 | 36 | 3C |
| Octal | 244 | 141 | 320 | 25 | 65 | 0 | 22 | 424 | 66 | 74 |
| Binary | 10100100 | 1100001 | 11010000 | 10101 | 110101 | 0 | 10010 | 100010100 | 110110 | 111100 |
Color Harmonies of #A461D0
Complementary color
Monochromatic Colors of #A461D0
Black with #A461D0
Text Example
Text Example
White with #A461D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461D0; }
p { color: rgb(164,97,208); }
H1.HeaderClassName
{
color: #A461D0;
}
.AnyTagClassName
{
color: #A461D0;
}
</style>
background-color css
<style>
a { background-color: #A461D0; }
a { background-color: rgb(164,97,208); }
div.DivClassName
{
background-color: #A461D0;
}
.BgClassName
{
background-color: #A461D0;
}
</style>
border-color css
<style>
span { border-color: #A461D0; }
span { border-color: rgb(164,97,208); }
td.TdClassName
{
border-color: #A461D0;
}
.TagClassName
{
border-color: #A461D0;
}
</style>