Shades of Amethyst #A073D0
Tints of Amethyst #A073D0
RGB
CMYK
RGB Variations
Color information
#A073D0 (or 0xA073D0) is known color: Amethyst. HEX triplet: A0, 73 and D0. RGB value is (160,115,208). Sum of RGB (Red+Green+Blue) = 160+115+208=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #A073D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073D0 is #5F8C2F. Grayscale: #8A8A8A. Windows color (decimal): -6261808 or 13661088. OLE color: 13661088.
HSL color Cylindrical-coordinate representation of color #A073D0: hue angle of 269.03º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A073D0 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 115 | 208 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.18 |
| HSL | 269.03º | 0.5% | 0.63% | - |
| HSV(B) | 269.03º | 0.45% | 0.82% | - |
| XYZ | 32.01 | 24.29 | 62.68 | - |
| YUV | 139.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 208 | 0.23 | 0.45 | 0 | 0.18 | 269.03 | 0.5 | 0.63 |
| Hex | A0 | 73 | D0 | 17 | 2D | 0 | 12 | 10D | 32 | 3F |
| Octal | 240 | 163 | 320 | 27 | 55 | 0 | 22 | 415 | 62 | 77 |
| Binary | 10100000 | 1110011 | 11010000 | 10111 | 101101 | 0 | 10010 | 100001101 | 110010 | 111111 |
Color Harmonies of #A073D0
Complementary color
Monochromatic Colors of #A073D0
Black with #A073D0
Text Example
Text Example
White with #A073D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073D0; }
p { color: rgb(160,115,208); }
H1.HeaderClassName
{
color: #A073D0;
}
.AnyTagClassName
{
color: #A073D0;
}
</style>
background-color css
<style>
a { background-color: #A073D0; }
a { background-color: rgb(160,115,208); }
div.DivClassName
{
background-color: #A073D0;
}
.BgClassName
{
background-color: #A073D0;
}
</style>
border-color css
<style>
span { border-color: #A073D0; }
span { border-color: rgb(160,115,208); }
td.TdClassName
{
border-color: #A073D0;
}
.TagClassName
{
border-color: #A073D0;
}
</style>