Shades of Amethyst #A062DC
Tints of Amethyst #A062DC
RGB
CMYK
RGB Variations
Color information
#A062DC (or 0xA062DC) is known color: Amethyst. HEX triplet: A0, 62 and DC. RGB value is (160,98,220). Sum of RGB (Red+Green+Blue) = 160+98+220=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #A062DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062DC is #5F9D23. Grayscale: #828282. Windows color (decimal): -6266148 or 14443168. OLE color: 14443168.
HSL color Cylindrical-coordinate representation of color #A062DC: hue angle of 270.49º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A062DC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 98 | 220 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.14 |
| HSL | 270.49º | 0.64% | 0.62% | - |
| HSV(B) | 270.49º | 0.55% | 0.86% | - |
| XYZ | 31.78 | 21.38 | 70.16 | - |
| YUV | 130.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 220 | 0.27 | 0.55 | 0 | 0.14 | 270.49 | 0.64 | 0.62 |
| Hex | A0 | 62 | DC | 1B | 37 | 0 | E | 10E | 40 | 3E |
| Octal | 240 | 142 | 334 | 33 | 67 | 0 | 16 | 416 | 100 | 76 |
| Binary | 10100000 | 1100010 | 11011100 | 11011 | 110111 | 0 | 1110 | 100001110 | 1000000 | 111110 |
Color Harmonies of #A062DC
Complementary color
Monochromatic Colors of #A062DC
Black with #A062DC
Text Example
Text Example
White with #A062DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062DC; }
p { color: rgb(160,98,220); }
H1.HeaderClassName
{
color: #A062DC;
}
.AnyTagClassName
{
color: #A062DC;
}
</style>
background-color css
<style>
a { background-color: #A062DC; }
a { background-color: rgb(160,98,220); }
div.DivClassName
{
background-color: #A062DC;
}
.BgClassName
{
background-color: #A062DC;
}
</style>
border-color css
<style>
span { border-color: #A062DC; }
span { border-color: rgb(160,98,220); }
td.TdClassName
{
border-color: #A062DC;
}
.TagClassName
{
border-color: #A062DC;
}
</style>