Shades of Amethyst #A665DC
Tints of Amethyst #A665DC
RGB
CMYK
RGB Variations
Color information
#A665DC (or 0xA665DC) is known color: Amethyst. HEX triplet: A6, 65 and DC. RGB value is (166,101,220). Sum of RGB (Red+Green+Blue) = 166+101+220=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #A665DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665DC is #599A23. Grayscale: #858585. Windows color (decimal): -5872164 or 14443942. OLE color: 14443942.
HSL color Cylindrical-coordinate representation of color #A665DC: hue angle of 272.77º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A665DC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 101 | 220 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.14 |
| HSL | 272.77º | 0.63% | 0.63% | - |
| HSV(B) | 272.77º | 0.54% | 0.86% | - |
| XYZ | 33.3 | 22.58 | 70.31 | - |
| YUV | 134 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 220 | 0.25 | 0.54 | 0 | 0.14 | 272.77 | 0.63 | 0.63 |
| Hex | A6 | 65 | DC | 19 | 36 | 0 | E | 111 | 3F | 3F |
| Octal | 246 | 145 | 334 | 31 | 66 | 0 | 16 | 421 | 77 | 77 |
| Binary | 10100110 | 1100101 | 11011100 | 11001 | 110110 | 0 | 1110 | 100010001 | 111111 | 111111 |
Color Harmonies of #A665DC
Complementary color
Monochromatic Colors of #A665DC
Black with #A665DC
Text Example
Text Example
White with #A665DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665DC; }
p { color: rgb(166,101,220); }
H1.HeaderClassName
{
color: #A665DC;
}
.AnyTagClassName
{
color: #A665DC;
}
</style>
background-color css
<style>
a { background-color: #A665DC; }
a { background-color: rgb(166,101,220); }
div.DivClassName
{
background-color: #A665DC;
}
.BgClassName
{
background-color: #A665DC;
}
</style>
border-color css
<style>
span { border-color: #A665DC; }
span { border-color: rgb(166,101,220); }
td.TdClassName
{
border-color: #A665DC;
}
.TagClassName
{
border-color: #A665DC;
}
</style>