Shades of Amethyst #A65ECF
Tints of Amethyst #A65ECF
RGB
CMYK
RGB Variations
Color information
#A65ECF (or 0xA65ECF) is known color: Amethyst. HEX triplet: A6, 5E and CF. RGB value is (166,94,207). Sum of RGB (Red+Green+Blue) = 166+94+207=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #A65ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ECF is #59A130. Grayscale: #808080. Windows color (decimal): -5873969 or 13590182. OLE color: 13590182.
HSL color Cylindrical-coordinate representation of color #A65ECF: hue angle of 278.23º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A65ECF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 94 | 207 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.19 |
| HSL | 278.23º | 0.54% | 0.59% | - |
| HSV(B) | 278.23º | 0.55% | 0.81% | - |
| XYZ | 30.99 | 20.62 | 61.38 | - |
| YUV | 128.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 207 | 0.20 | 0.55 | 0 | 0.19 | 278.23 | 0.54 | 0.59 |
| Hex | A6 | 5E | CF | 14 | 37 | 0 | 13 | 116 | 36 | 3B |
| Octal | 246 | 136 | 317 | 24 | 67 | 0 | 23 | 426 | 66 | 73 |
| Binary | 10100110 | 1011110 | 11001111 | 10100 | 110111 | 0 | 10011 | 100010110 | 110110 | 111011 |
Color Harmonies of #A65ECF
Complementary color
Monochromatic Colors of #A65ECF
Black with #A65ECF
Text Example
Text Example
White with #A65ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65ECF; }
p { color: rgb(166,94,207); }
H1.HeaderClassName
{
color: #A65ECF;
}
.AnyTagClassName
{
color: #A65ECF;
}
</style>
background-color css
<style>
a { background-color: #A65ECF; }
a { background-color: rgb(166,94,207); }
div.DivClassName
{
background-color: #A65ECF;
}
.BgClassName
{
background-color: #A65ECF;
}
</style>
border-color css
<style>
span { border-color: #A65ECF; }
span { border-color: rgb(166,94,207); }
td.TdClassName
{
border-color: #A65ECF;
}
.TagClassName
{
border-color: #A65ECF;
}
</style>