Shades of Amethyst #A062D5
Tints of Amethyst #A062D5
RGB
CMYK
RGB Variations
Color information
#A062D5 (or 0xA062D5) is known color: Amethyst. HEX triplet: A0, 62 and D5. RGB value is (160,98,213). Sum of RGB (Red+Green+Blue) = 160+98+213=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #A062D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062D5 is #5F9D2A. Grayscale: #818181. Windows color (decimal): -6266155 or 13984416. OLE color: 13984416.
HSL color Cylindrical-coordinate representation of color #A062D5: hue angle of 272.35º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A062D5 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 98 | 213 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.16 |
| HSL | 272.35º | 0.58% | 0.61% | - |
| HSV(B) | 272.35º | 0.54% | 0.84% | - |
| XYZ | 30.88 | 21.01 | 65.38 | - |
| YUV | 129.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 213 | 0.25 | 0.54 | 0 | 0.16 | 272.35 | 0.58 | 0.61 |
| Hex | A0 | 62 | D5 | 19 | 36 | 0 | 10 | 110 | 3A | 3D |
| Octal | 240 | 142 | 325 | 31 | 66 | 0 | 20 | 420 | 72 | 75 |
| Binary | 10100000 | 1100010 | 11010101 | 11001 | 110110 | 0 | 10000 | 100010000 | 111010 | 111101 |
Color Harmonies of #A062D5
Complementary color
Monochromatic Colors of #A062D5
Black with #A062D5
Text Example
Text Example
White with #A062D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062D5; }
p { color: rgb(160,98,213); }
H1.HeaderClassName
{
color: #A062D5;
}
.AnyTagClassName
{
color: #A062D5;
}
</style>
background-color css
<style>
a { background-color: #A062D5; }
a { background-color: rgb(160,98,213); }
div.DivClassName
{
background-color: #A062D5;
}
.BgClassName
{
background-color: #A062D5;
}
</style>
border-color css
<style>
span { border-color: #A062D5; }
span { border-color: rgb(160,98,213); }
td.TdClassName
{
border-color: #A062D5;
}
.TagClassName
{
border-color: #A062D5;
}
</style>