Shades of Amethyst #A65CD2
Tints of Amethyst #A65CD2
RGB
CMYK
RGB Variations
Color information
#A65CD2 (or 0xA65CD2) is known color: Amethyst. HEX triplet: A6, 5C and D2. RGB value is (166,92,210). Sum of RGB (Red+Green+Blue) = 166+92+210=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #A65CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CD2 is #59A32D. Grayscale: #7F7F7F. Windows color (decimal): -5874478 or 13786278. OLE color: 13786278.
HSL color Cylindrical-coordinate representation of color #A65CD2: hue angle of 277.63º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65CD2 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 92 | 210 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.18 |
| HSL | 277.63º | 0.57% | 0.59% | - |
| HSV(B) | 277.63º | 0.56% | 0.82% | - |
| XYZ | 31.19 | 20.41 | 63.27 | - |
| YUV | 127.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 210 | 0.21 | 0.56 | 0 | 0.18 | 277.63 | 0.57 | 0.59 |
| Hex | A6 | 5C | D2 | 15 | 38 | 0 | 12 | 116 | 39 | 3B |
| Octal | 246 | 134 | 322 | 25 | 70 | 0 | 22 | 426 | 71 | 73 |
| Binary | 10100110 | 1011100 | 11010010 | 10101 | 111000 | 0 | 10010 | 100010110 | 111001 | 111011 |
Color Harmonies of #A65CD2
Complementary color
Monochromatic Colors of #A65CD2
Black with #A65CD2
Text Example
Text Example
White with #A65CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CD2; }
p { color: rgb(166,92,210); }
H1.HeaderClassName
{
color: #A65CD2;
}
.AnyTagClassName
{
color: #A65CD2;
}
</style>
background-color css
<style>
a { background-color: #A65CD2; }
a { background-color: rgb(166,92,210); }
div.DivClassName
{
background-color: #A65CD2;
}
.BgClassName
{
background-color: #A65CD2;
}
</style>
border-color css
<style>
span { border-color: #A65CD2; }
span { border-color: rgb(166,92,210); }
td.TdClassName
{
border-color: #A65CD2;
}
.TagClassName
{
border-color: #A65CD2;
}
</style>