Shades of Amethyst #A66FCC
Tints of Amethyst #A66FCC
RGB
CMYK
RGB Variations
Color information
#A66FCC (or 0xA66FCC) is known color: Amethyst. HEX triplet: A6, 6F and CC. RGB value is (166,111,204). Sum of RGB (Red+Green+Blue) = 166+111+204=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A66FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FCC is #599033. Grayscale: #898989. Windows color (decimal): -5869620 or 13397926. OLE color: 13397926.
HSL color Cylindrical-coordinate representation of color #A66FCC: hue angle of 275.48º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66FCC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 111 | 204 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.2 |
| HSL | 275.48º | 0.48% | 0.62% | - |
| HSV(B) | 275.48º | 0.46% | 0.8% | - |
| XYZ | 32.31 | 23.84 | 60.02 | - |
| YUV | 138.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 204 | 0.19 | 0.46 | 0 | 0.2 | 275.48 | 0.48 | 0.62 |
| Hex | A6 | 6F | CC | 13 | 2E | 0 | 14 | 113 | 30 | 3E |
| Octal | 246 | 157 | 314 | 23 | 56 | 0 | 24 | 423 | 60 | 76 |
| Binary | 10100110 | 1101111 | 11001100 | 10011 | 101110 | 0 | 10100 | 100010011 | 110000 | 111110 |
Color Harmonies of #A66FCC
Complementary color
Monochromatic Colors of #A66FCC
Black with #A66FCC
Text Example
Text Example
White with #A66FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66FCC; }
p { color: rgb(166,111,204); }
H1.HeaderClassName
{
color: #A66FCC;
}
.AnyTagClassName
{
color: #A66FCC;
}
</style>
background-color css
<style>
a { background-color: #A66FCC; }
a { background-color: rgb(166,111,204); }
div.DivClassName
{
background-color: #A66FCC;
}
.BgClassName
{
background-color: #A66FCC;
}
</style>
border-color css
<style>
span { border-color: #A66FCC; }
span { border-color: rgb(166,111,204); }
td.TdClassName
{
border-color: #A66FCC;
}
.TagClassName
{
border-color: #A66FCC;
}
</style>