Shades of Amethyst #A66BCC
Tints of Amethyst #A66BCC
RGB
CMYK
RGB Variations
Color information
#A66BCC (or 0xA66BCC) is known color: Amethyst. HEX triplet: A6, 6B and CC. RGB value is (166,107,204). Sum of RGB (Red+Green+Blue) = 166+107+204=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A66BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BCC is #599433. Grayscale: #878787. Windows color (decimal): -5870644 or 13396902. OLE color: 13396902.
HSL color Cylindrical-coordinate representation of color #A66BCC: hue angle of 276.49º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66BCC is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 107 | 204 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.2 |
| HSL | 276.49º | 0.49% | 0.61% | - |
| HSV(B) | 276.49º | 0.48% | 0.8% | - |
| XYZ | 31.88 | 22.98 | 59.88 | - |
| YUV | 135.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 204 | 0.19 | 0.48 | 0 | 0.2 | 276.49 | 0.49 | 0.61 |
| Hex | A6 | 6B | CC | 13 | 30 | 0 | 14 | 114 | 31 | 3D |
| Octal | 246 | 153 | 314 | 23 | 60 | 0 | 24 | 424 | 61 | 75 |
| Binary | 10100110 | 1101011 | 11001100 | 10011 | 110000 | 0 | 10100 | 100010100 | 110001 | 111101 |
Color Harmonies of #A66BCC
Complementary color
Monochromatic Colors of #A66BCC
Black with #A66BCC
Text Example
Text Example
White with #A66BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BCC; }
p { color: rgb(166,107,204); }
H1.HeaderClassName
{
color: #A66BCC;
}
.AnyTagClassName
{
color: #A66BCC;
}
</style>
background-color css
<style>
a { background-color: #A66BCC; }
a { background-color: rgb(166,107,204); }
div.DivClassName
{
background-color: #A66BCC;
}
.BgClassName
{
background-color: #A66BCC;
}
</style>
border-color css
<style>
span { border-color: #A66BCC; }
span { border-color: rgb(166,107,204); }
td.TdClassName
{
border-color: #A66BCC;
}
.TagClassName
{
border-color: #A66BCC;
}
</style>