Shades of Amethyst #A66ACB
Tints of Amethyst #A66ACB
RGB
CMYK
RGB Variations
Color information
#A66ACB (or 0xA66ACB) is known color: Amethyst. HEX triplet: A6, 6A and CB. RGB value is (166,106,203). Sum of RGB (Red+Green+Blue) = 166+106+203=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #A66ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ACB is #599534. Grayscale: #868686. Windows color (decimal): -5870901 or 13331110. OLE color: 13331110.
HSL color Cylindrical-coordinate representation of color #A66ACB: hue angle of 277.11º degrees, saturation: 0.48, 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 #A66ACB is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 106 | 203 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.20 |
| HSL | 277.11º | 0.48% | 0.61% | - |
| HSV(B) | 277.11º | 0.48% | 0.8% | - |
| XYZ | 31.66 | 22.73 | 59.22 | - |
| YUV | 135 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 203 | 0.18 | 0.48 | 0 | 0.20 | 277.11 | 0.48 | 0.61 |
| Hex | A6 | 6A | CB | 12 | 30 | 0 | 14 | 115 | 30 | 3D |
| Octal | 246 | 152 | 313 | 22 | 60 | 0 | 24 | 425 | 60 | 75 |
| Binary | 10100110 | 1101010 | 11001011 | 10010 | 110000 | 0 | 10100 | 100010101 | 110000 | 111101 |
Color Harmonies of #A66ACB
Complementary color
Monochromatic Colors of #A66ACB
Black with #A66ACB
Text Example
Text Example
White with #A66ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66ACB; }
p { color: rgb(166,106,203); }
H1.HeaderClassName
{
color: #A66ACB;
}
.AnyTagClassName
{
color: #A66ACB;
}
</style>
background-color css
<style>
a { background-color: #A66ACB; }
a { background-color: rgb(166,106,203); }
div.DivClassName
{
background-color: #A66ACB;
}
.BgClassName
{
background-color: #A66ACB;
}
</style>
border-color css
<style>
span { border-color: #A66ACB; }
span { border-color: rgb(166,106,203); }
td.TdClassName
{
border-color: #A66ACB;
}
.TagClassName
{
border-color: #A66ACB;
}
</style>