Shades of Amethyst #A665CC
Tints of Amethyst #A665CC
RGB
CMYK
RGB Variations
Color information
#A665CC (or 0xA665CC) is known color: Amethyst. HEX triplet: A6, 65 and CC. RGB value is (166,101,204). Sum of RGB (Red+Green+Blue) = 166+101+204=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #A665CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665CC is #599A33. Grayscale: #838383. Windows color (decimal): -5872180 or 13395366. OLE color: 13395366.
HSL color Cylindrical-coordinate representation of color #A665CC: hue angle of 277.86º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A665CC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 101 | 204 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.2 |
| HSL | 277.86º | 0.5% | 0.6% | - |
| HSV(B) | 277.86º | 0.5% | 0.8% | - |
| XYZ | 31.28 | 21.77 | 59.68 | - |
| YUV | 132.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 204 | 0.19 | 0.50 | 0 | 0.2 | 277.86 | 0.5 | 0.6 |
| Hex | A6 | 65 | CC | 13 | 32 | 0 | 14 | 116 | 32 | 3C |
| Octal | 246 | 145 | 314 | 23 | 62 | 0 | 24 | 426 | 62 | 74 |
| Binary | 10100110 | 1100101 | 11001100 | 10011 | 110010 | 0 | 10100 | 100010110 | 110010 | 111100 |
Color Harmonies of #A665CC
Complementary color
Monochromatic Colors of #A665CC
Black with #A665CC
Text Example
Text Example
White with #A665CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665CC; }
p { color: rgb(166,101,204); }
H1.HeaderClassName
{
color: #A665CC;
}
.AnyTagClassName
{
color: #A665CC;
}
</style>
background-color css
<style>
a { background-color: #A665CC; }
a { background-color: rgb(166,101,204); }
div.DivClassName
{
background-color: #A665CC;
}
.BgClassName
{
background-color: #A665CC;
}
</style>
border-color css
<style>
span { border-color: #A665CC; }
span { border-color: rgb(166,101,204); }
td.TdClassName
{
border-color: #A665CC;
}
.TagClassName
{
border-color: #A665CC;
}
</style>