Shades of Amethyst #A65CDA
Tints of Amethyst #A65CDA
RGB
CMYK
RGB Variations
Color information
#A65CDA (or 0xA65CDA) is known color: Amethyst. HEX triplet: A6, 5C and DA. RGB value is (166,92,218). Sum of RGB (Red+Green+Blue) = 166+92+218=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #A65CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CDA is #59A325. Grayscale: #808080. Windows color (decimal): -5874470 or 14310566. OLE color: 14310566.
HSL color Cylindrical-coordinate representation of color #A65CDA: hue angle of 275.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A65CDA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 92 | 218 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.15 |
| HSL | 275.24º | 0.63% | 0.61% | - |
| HSV(B) | 275.24º | 0.58% | 0.85% | - |
| XYZ | 32.21 | 20.82 | 68.65 | - |
| YUV | 128.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 218 | 0.24 | 0.58 | 0 | 0.15 | 275.24 | 0.63 | 0.61 |
| Hex | A6 | 5C | DA | 18 | 3A | 0 | F | 113 | 3F | 3D |
| Octal | 246 | 134 | 332 | 30 | 72 | 0 | 17 | 423 | 77 | 75 |
| Binary | 10100110 | 1011100 | 11011010 | 11000 | 111010 | 0 | 1111 | 100010011 | 111111 | 111101 |
Color Harmonies of #A65CDA
Complementary color
Monochromatic Colors of #A65CDA
Black with #A65CDA
Text Example
Text Example
White with #A65CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CDA; }
p { color: rgb(166,92,218); }
H1.HeaderClassName
{
color: #A65CDA;
}
.AnyTagClassName
{
color: #A65CDA;
}
</style>
background-color css
<style>
a { background-color: #A65CDA; }
a { background-color: rgb(166,92,218); }
div.DivClassName
{
background-color: #A65CDA;
}
.BgClassName
{
background-color: #A65CDA;
}
</style>
border-color css
<style>
span { border-color: #A65CDA; }
span { border-color: rgb(166,92,218); }
td.TdClassName
{
border-color: #A65CDA;
}
.TagClassName
{
border-color: #A65CDA;
}
</style>