Shades of Amethyst #A65DCD
Tints of Amethyst #A65DCD
RGB
CMYK
RGB Variations
Color information
#A65DCD (or 0xA65DCD) is known color: Amethyst. HEX triplet: A6, 5D and CD. RGB value is (166,93,205). Sum of RGB (Red+Green+Blue) = 166+93+205=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A65DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DCD is #59A232. Grayscale: #7F7F7F. Windows color (decimal): -5874227 or 13458854. OLE color: 13458854.
HSL color Cylindrical-coordinate representation of color #A65DCD: hue angle of 279.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A65DCD is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 93 | 205 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.20 |
| HSL | 279.11º | 0.53% | 0.58% | - |
| HSV(B) | 279.11º | 0.55% | 0.8% | - |
| XYZ | 30.66 | 20.34 | 60.07 | - |
| YUV | 127.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 205 | 0.19 | 0.55 | 0 | 0.20 | 279.11 | 0.53 | 0.58 |
| Hex | A6 | 5D | CD | 13 | 37 | 0 | 14 | 117 | 35 | 3A |
| Octal | 246 | 135 | 315 | 23 | 67 | 0 | 24 | 427 | 65 | 72 |
| Binary | 10100110 | 1011101 | 11001101 | 10011 | 110111 | 0 | 10100 | 100010111 | 110101 | 111010 |
Color Harmonies of #A65DCD
Complementary color
Monochromatic Colors of #A65DCD
Black with #A65DCD
Text Example
Text Example
White with #A65DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DCD; }
p { color: rgb(166,93,205); }
H1.HeaderClassName
{
color: #A65DCD;
}
.AnyTagClassName
{
color: #A65DCD;
}
</style>
background-color css
<style>
a { background-color: #A65DCD; }
a { background-color: rgb(166,93,205); }
div.DivClassName
{
background-color: #A65DCD;
}
.BgClassName
{
background-color: #A65DCD;
}
</style>
border-color css
<style>
span { border-color: #A65DCD; }
span { border-color: rgb(166,93,205); }
td.TdClassName
{
border-color: #A65DCD;
}
.TagClassName
{
border-color: #A65DCD;
}
</style>