Shades of Amethyst #A070D4
Tints of Amethyst #A070D4
RGB
CMYK
RGB Variations
Color information
#A070D4 (or 0xA070D4) is known color: Amethyst. HEX triplet: A0, 70 and D4. RGB value is (160,112,212). Sum of RGB (Red+Green+Blue) = 160+112+212=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #A070D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070D4 is #5F8F2B. Grayscale: #898989. Windows color (decimal): -6262572 or 13922464. OLE color: 13922464.
HSL color Cylindrical-coordinate representation of color #A070D4: hue angle of 268.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A070D4 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 112 | 212 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.17 |
| HSL | 268.8º | 0.54% | 0.64% | - |
| HSV(B) | 268.8º | 0.47% | 0.83% | - |
| XYZ | 32.18 | 23.82 | 65.19 | - |
| YUV | 137.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 212 | 0.25 | 0.47 | 0 | 0.17 | 268.8 | 0.54 | 0.64 |
| Hex | A0 | 70 | D4 | 19 | 2F | 0 | 11 | 10D | 36 | 40 |
| Octal | 240 | 160 | 324 | 31 | 57 | 0 | 21 | 415 | 66 | 100 |
| Binary | 10100000 | 1110000 | 11010100 | 11001 | 101111 | 0 | 10001 | 100001101 | 110110 | 1000000 |
Color Harmonies of #A070D4
Complementary color
Monochromatic Colors of #A070D4
Black with #A070D4
Text Example
Text Example
White with #A070D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070D4; }
p { color: rgb(160,112,212); }
H1.HeaderClassName
{
color: #A070D4;
}
.AnyTagClassName
{
color: #A070D4;
}
</style>
background-color css
<style>
a { background-color: #A070D4; }
a { background-color: rgb(160,112,212); }
div.DivClassName
{
background-color: #A070D4;
}
.BgClassName
{
background-color: #A070D4;
}
</style>
border-color css
<style>
span { border-color: #A070D4; }
span { border-color: rgb(160,112,212); }
td.TdClassName
{
border-color: #A070D4;
}
.TagClassName
{
border-color: #A070D4;
}
</style>