Shades of Amethyst #A066D0
Tints of Amethyst #A066D0
RGB
CMYK
RGB Variations
Color information
#A066D0 (or 0xA066D0) is known color: Amethyst. HEX triplet: A0, 66 and D0. RGB value is (160,102,208). Sum of RGB (Red+Green+Blue) = 160+102+208=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #A066D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066D0 is #5F992F. Grayscale: #838383. Windows color (decimal): -6265136 or 13657760. OLE color: 13657760.
HSL color Cylindrical-coordinate representation of color #A066D0: hue angle of 272.83º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A066D0 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 102 | 208 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.18 |
| HSL | 272.83º | 0.53% | 0.61% | - |
| HSV(B) | 272.83º | 0.51% | 0.82% | - |
| XYZ | 30.63 | 21.53 | 62.22 | - |
| YUV | 131.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 208 | 0.23 | 0.51 | 0 | 0.18 | 272.83 | 0.53 | 0.61 |
| Hex | A0 | 66 | D0 | 17 | 33 | 0 | 12 | 111 | 35 | 3D |
| Octal | 240 | 146 | 320 | 27 | 63 | 0 | 22 | 421 | 65 | 75 |
| Binary | 10100000 | 1100110 | 11010000 | 10111 | 110011 | 0 | 10010 | 100010001 | 110101 | 111101 |
Color Harmonies of #A066D0
Complementary color
Monochromatic Colors of #A066D0
Black with #A066D0
Text Example
Text Example
White with #A066D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066D0; }
p { color: rgb(160,102,208); }
H1.HeaderClassName
{
color: #A066D0;
}
.AnyTagClassName
{
color: #A066D0;
}
</style>
background-color css
<style>
a { background-color: #A066D0; }
a { background-color: rgb(160,102,208); }
div.DivClassName
{
background-color: #A066D0;
}
.BgClassName
{
background-color: #A066D0;
}
</style>
border-color css
<style>
span { border-color: #A066D0; }
span { border-color: rgb(160,102,208); }
td.TdClassName
{
border-color: #A066D0;
}
.TagClassName
{
border-color: #A066D0;
}
</style>