Shades of Amethyst #A66CCB
Tints of Amethyst #A66CCB
RGB
CMYK
RGB Variations
Color information
#A66CCB (or 0xA66CCB) is known color: Amethyst. HEX triplet: A6, 6C and CB. RGB value is (166,108,203). Sum of RGB (Red+Green+Blue) = 166+108+203=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A66CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CCB is #599334. Grayscale: #878787. Windows color (decimal): -5870389 or 13331622. OLE color: 13331622.
HSL color Cylindrical-coordinate representation of color #A66CCB: hue angle of 276.63º 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 #A66CCB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 108 | 203 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.20 |
| HSL | 276.63º | 0.48% | 0.61% | - |
| HSV(B) | 276.63º | 0.47% | 0.8% | - |
| XYZ | 31.87 | 23.14 | 59.29 | - |
| YUV | 136.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 203 | 0.18 | 0.47 | 0 | 0.20 | 276.63 | 0.48 | 0.61 |
| Hex | A6 | 6C | CB | 12 | 2F | 0 | 14 | 115 | 30 | 3D |
| Octal | 246 | 154 | 313 | 22 | 57 | 0 | 24 | 425 | 60 | 75 |
| Binary | 10100110 | 1101100 | 11001011 | 10010 | 101111 | 0 | 10100 | 100010101 | 110000 | 111101 |
Color Harmonies of #A66CCB
Complementary color
Monochromatic Colors of #A66CCB
Black with #A66CCB
Text Example
Text Example
White with #A66CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CCB; }
p { color: rgb(166,108,203); }
H1.HeaderClassName
{
color: #A66CCB;
}
.AnyTagClassName
{
color: #A66CCB;
}
</style>
background-color css
<style>
a { background-color: #A66CCB; }
a { background-color: rgb(166,108,203); }
div.DivClassName
{
background-color: #A66CCB;
}
.BgClassName
{
background-color: #A66CCB;
}
</style>
border-color css
<style>
span { border-color: #A66CCB; }
span { border-color: rgb(166,108,203); }
td.TdClassName
{
border-color: #A66CCB;
}
.TagClassName
{
border-color: #A66CCB;
}
</style>