Shades of Amethyst #A66CCC
Tints of Amethyst #A66CCC
RGB
CMYK
RGB Variations
Color information
#A66CCC (or 0xA66CCC) is known color: Amethyst. HEX triplet: A6, 6C and CC. RGB value is (166,108,204). Sum of RGB (Red+Green+Blue) = 166+108+204=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #A66CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CCC is #599333. Grayscale: #878787. Windows color (decimal): -5870388 or 13397158. OLE color: 13397158.
HSL color Cylindrical-coordinate representation of color #A66CCC: hue angle of 276.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66CCC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 108 | 204 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.2 |
| HSL | 276.25º | 0.48% | 0.61% | - |
| HSV(B) | 276.25º | 0.47% | 0.8% | - |
| XYZ | 31.99 | 23.19 | 59.92 | - |
| YUV | 136.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 204 | 0.19 | 0.47 | 0 | 0.2 | 276.25 | 0.48 | 0.61 |
| Hex | A6 | 6C | CC | 13 | 2F | 0 | 14 | 114 | 30 | 3D |
| Octal | 246 | 154 | 314 | 23 | 57 | 0 | 24 | 424 | 60 | 75 |
| Binary | 10100110 | 1101100 | 11001100 | 10011 | 101111 | 0 | 10100 | 100010100 | 110000 | 111101 |
Color Harmonies of #A66CCC
Complementary color
Monochromatic Colors of #A66CCC
Black with #A66CCC
Text Example
Text Example
White with #A66CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CCC; }
p { color: rgb(166,108,204); }
H1.HeaderClassName
{
color: #A66CCC;
}
.AnyTagClassName
{
color: #A66CCC;
}
</style>
background-color css
<style>
a { background-color: #A66CCC; }
a { background-color: rgb(166,108,204); }
div.DivClassName
{
background-color: #A66CCC;
}
.BgClassName
{
background-color: #A66CCC;
}
</style>
border-color css
<style>
span { border-color: #A66CCC; }
span { border-color: rgb(166,108,204); }
td.TdClassName
{
border-color: #A66CCC;
}
.TagClassName
{
border-color: #A66CCC;
}
</style>