Shades of Amethyst #A65ECC
Tints of Amethyst #A65ECC
RGB
CMYK
RGB Variations
Color information
#A65ECC (or 0xA65ECC) is known color: Amethyst. HEX triplet: A6, 5E and CC. RGB value is (166,94,204). Sum of RGB (Red+Green+Blue) = 166+94+204=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #A65ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ECC is #59A133. Grayscale: #7F7F7F. Windows color (decimal): -5873972 or 13393574. OLE color: 13393574.
HSL color Cylindrical-coordinate representation of color #A65ECC: hue angle of 279.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65ECC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 94 | 204 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.2 |
| HSL | 279.27º | 0.52% | 0.58% | - |
| HSV(B) | 279.27º | 0.54% | 0.8% | - |
| XYZ | 30.63 | 20.47 | 59.46 | - |
| YUV | 128.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 204 | 0.19 | 0.54 | 0 | 0.2 | 279.27 | 0.52 | 0.58 |
| Hex | A6 | 5E | CC | 13 | 36 | 0 | 14 | 117 | 34 | 3A |
| Octal | 246 | 136 | 314 | 23 | 66 | 0 | 24 | 427 | 64 | 72 |
| Binary | 10100110 | 1011110 | 11001100 | 10011 | 110110 | 0 | 10100 | 100010111 | 110100 | 111010 |
Color Harmonies of #A65ECC
Complementary color
Monochromatic Colors of #A65ECC
Black with #A65ECC
Text Example
Text Example
White with #A65ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65ECC; }
p { color: rgb(166,94,204); }
H1.HeaderClassName
{
color: #A65ECC;
}
.AnyTagClassName
{
color: #A65ECC;
}
</style>
background-color css
<style>
a { background-color: #A65ECC; }
a { background-color: rgb(166,94,204); }
div.DivClassName
{
background-color: #A65ECC;
}
.BgClassName
{
background-color: #A65ECC;
}
</style>
border-color css
<style>
span { border-color: #A65ECC; }
span { border-color: rgb(166,94,204); }
td.TdClassName
{
border-color: #A65ECC;
}
.TagClassName
{
border-color: #A65ECC;
}
</style>