Shades of Amethyst #A070D0
Tints of Amethyst #A070D0
RGB
CMYK
RGB Variations
Color information
#A070D0 (or 0xA070D0) is known color: Amethyst. HEX triplet: A0, 70 and D0. RGB value is (160,112,208). Sum of RGB (Red+Green+Blue) = 160+112+208=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #A070D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070D0 is #5F8F2F. Grayscale: #888888. Windows color (decimal): -6262576 or 13660320. OLE color: 13660320.
HSL color Cylindrical-coordinate representation of color #A070D0: hue angle of 270º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A070D0 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 112 | 208 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.18 |
| HSL | 270º | 0.51% | 0.63% | - |
| HSV(B) | 270º | 0.46% | 0.82% | - |
| XYZ | 31.68 | 23.62 | 62.56 | - |
| YUV | 137.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 208 | 0.23 | 0.46 | 0 | 0.18 | 270 | 0.51 | 0.63 |
| Hex | A0 | 70 | D0 | 17 | 2E | 0 | 12 | 10E | 33 | 3F |
| Octal | 240 | 160 | 320 | 27 | 56 | 0 | 22 | 416 | 63 | 77 |
| Binary | 10100000 | 1110000 | 11010000 | 10111 | 101110 | 0 | 10010 | 100001110 | 110011 | 111111 |
Color Harmonies of #A070D0
Complementary color
Monochromatic Colors of #A070D0
Black with #A070D0
Text Example
Text Example
White with #A070D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070D0; }
p { color: rgb(160,112,208); }
H1.HeaderClassName
{
color: #A070D0;
}
.AnyTagClassName
{
color: #A070D0;
}
</style>
background-color css
<style>
a { background-color: #A070D0; }
a { background-color: rgb(160,112,208); }
div.DivClassName
{
background-color: #A070D0;
}
.BgClassName
{
background-color: #A070D0;
}
</style>
border-color css
<style>
span { border-color: #A070D0; }
span { border-color: rgb(160,112,208); }
td.TdClassName
{
border-color: #A070D0;
}
.TagClassName
{
border-color: #A070D0;
}
</style>