Shades of Amethyst #A66CCD
Tints of Amethyst #A66CCD
RGB
CMYK
RGB Variations
Color information
#A66CCD (or 0xA66CCD) is known color: Amethyst. HEX triplet: A6, 6C and CD. RGB value is (166,108,205). Sum of RGB (Red+Green+Blue) = 166+108+205=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A66CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CCD is #599332. Grayscale: #888888. Windows color (decimal): -5870387 or 13462694. OLE color: 13462694.
HSL color Cylindrical-coordinate representation of color #A66CCD: hue angle of 275.88º degrees, saturation: 0.49, 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 #A66CCD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 108 | 205 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.20 |
| HSL | 275.88º | 0.49% | 0.61% | - |
| HSV(B) | 275.88º | 0.47% | 0.8% | - |
| XYZ | 32.11 | 23.24 | 60.55 | - |
| YUV | 136.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 205 | 0.19 | 0.47 | 0 | 0.20 | 275.88 | 0.49 | 0.61 |
| Hex | A6 | 6C | CD | 13 | 2F | 0 | 14 | 114 | 31 | 3D |
| Octal | 246 | 154 | 315 | 23 | 57 | 0 | 24 | 424 | 61 | 75 |
| Binary | 10100110 | 1101100 | 11001101 | 10011 | 101111 | 0 | 10100 | 100010100 | 110001 | 111101 |
Color Harmonies of #A66CCD
Complementary color
Monochromatic Colors of #A66CCD
Black with #A66CCD
Text Example
Text Example
White with #A66CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CCD; }
p { color: rgb(166,108,205); }
H1.HeaderClassName
{
color: #A66CCD;
}
.AnyTagClassName
{
color: #A66CCD;
}
</style>
background-color css
<style>
a { background-color: #A66CCD; }
a { background-color: rgb(166,108,205); }
div.DivClassName
{
background-color: #A66CCD;
}
.BgClassName
{
background-color: #A66CCD;
}
</style>
border-color css
<style>
span { border-color: #A66CCD; }
span { border-color: rgb(166,108,205); }
td.TdClassName
{
border-color: #A66CCD;
}
.TagClassName
{
border-color: #A66CCD;
}
</style>