Shades of Amethyst #A066D5
Tints of Amethyst #A066D5
RGB
CMYK
RGB Variations
Color information
#A066D5 (or 0xA066D5) is known color: Amethyst. HEX triplet: A0, 66 and D5. RGB value is (160,102,213). Sum of RGB (Red+Green+Blue) = 160+102+213=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #A066D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066D5 is #5F992A. Grayscale: #838383. Windows color (decimal): -6265131 or 13985440. OLE color: 13985440.
HSL color Cylindrical-coordinate representation of color #A066D5: hue angle of 271.35º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A066D5 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 102 | 213 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.16 |
| HSL | 271.35º | 0.57% | 0.62% | - |
| HSV(B) | 271.35º | 0.52% | 0.84% | - |
| XYZ | 31.26 | 21.78 | 65.51 | - |
| YUV | 132 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 213 | 0.25 | 0.52 | 0 | 0.16 | 271.35 | 0.57 | 0.62 |
| Hex | A0 | 66 | D5 | 19 | 34 | 0 | 10 | 10F | 39 | 3E |
| Octal | 240 | 146 | 325 | 31 | 64 | 0 | 20 | 417 | 71 | 76 |
| Binary | 10100000 | 1100110 | 11010101 | 11001 | 110100 | 0 | 10000 | 100001111 | 111001 | 111110 |
Color Harmonies of #A066D5
Complementary color
Monochromatic Colors of #A066D5
Black with #A066D5
Text Example
Text Example
White with #A066D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066D5; }
p { color: rgb(160,102,213); }
H1.HeaderClassName
{
color: #A066D5;
}
.AnyTagClassName
{
color: #A066D5;
}
</style>
background-color css
<style>
a { background-color: #A066D5; }
a { background-color: rgb(160,102,213); }
div.DivClassName
{
background-color: #A066D5;
}
.BgClassName
{
background-color: #A066D5;
}
</style>
border-color css
<style>
span { border-color: #A066D5; }
span { border-color: rgb(160,102,213); }
td.TdClassName
{
border-color: #A066D5;
}
.TagClassName
{
border-color: #A066D5;
}
</style>