Shades of Amethyst #A066CF
Tints of Amethyst #A066CF
RGB
CMYK
RGB Variations
Color information
#A066CF (or 0xA066CF) is known color: Amethyst. HEX triplet: A0, 66 and CF. RGB value is (160,102,207). Sum of RGB (Red+Green+Blue) = 160+102+207=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #A066CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066CF is #5F9930. Grayscale: #828282. Windows color (decimal): -6265137 or 13592224. OLE color: 13592224.
HSL color Cylindrical-coordinate representation of color #A066CF: hue angle of 273.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A066CF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 102 | 207 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.19 |
| HSL | 273.14º | 0.52% | 0.61% | - |
| HSV(B) | 273.14º | 0.51% | 0.81% | - |
| XYZ | 30.51 | 21.48 | 61.57 | - |
| YUV | 131.31 | 170.72 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 207 | 0.23 | 0.51 | 0 | 0.19 | 273.14 | 0.52 | 0.61 |
| Hex | A0 | 66 | CF | 17 | 33 | 0 | 13 | 111 | 34 | 3D |
| Octal | 240 | 146 | 317 | 27 | 63 | 0 | 23 | 421 | 64 | 75 |
| Binary | 10100000 | 1100110 | 11001111 | 10111 | 110011 | 0 | 10011 | 100010001 | 110100 | 111101 |
Color Harmonies of #A066CF
Complementary color
Monochromatic Colors of #A066CF
Black with #A066CF
Text Example
Text Example
White with #A066CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066CF; }
p { color: rgb(160,102,207); }
H1.HeaderClassName
{
color: #A066CF;
}
.AnyTagClassName
{
color: #A066CF;
}
</style>
background-color css
<style>
a { background-color: #A066CF; }
a { background-color: rgb(160,102,207); }
div.DivClassName
{
background-color: #A066CF;
}
.BgClassName
{
background-color: #A066CF;
}
</style>
border-color css
<style>
span { border-color: #A066CF; }
span { border-color: rgb(160,102,207); }
td.TdClassName
{
border-color: #A066CF;
}
.TagClassName
{
border-color: #A066CF;
}
</style>