Shades of Amethyst #AA65DC
Tints of Amethyst #AA65DC
RGB
CMYK
RGB Variations
Color information
#AA65DC (or 0xAA65DC) is known color: Amethyst. HEX triplet: AA, 65 and DC. RGB value is (170,101,220). Sum of RGB (Red+Green+Blue) = 170+101+220=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65DC is #559A23. Grayscale: #868686. Windows color (decimal): -5610020 or 14443946. OLE color: 14443946.
HSL color Cylindrical-coordinate representation of color #AA65DC: hue angle of 274.79º 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 #AA65DC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 101 | 220 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.14 |
| HSL | 274.79º | 0.63% | 0.63% | - |
| HSV(B) | 274.79º | 0.54% | 0.86% | - |
| XYZ | 34.15 | 23.02 | 70.35 | - |
| YUV | 135.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 220 | 0.23 | 0.54 | 0 | 0.14 | 274.79 | 0.63 | 0.63 |
| Hex | AA | 65 | DC | 17 | 36 | 0 | E | 113 | 3F | 3F |
| Octal | 252 | 145 | 334 | 27 | 66 | 0 | 16 | 423 | 77 | 77 |
| Binary | 10101010 | 1100101 | 11011100 | 10111 | 110110 | 0 | 1110 | 100010011 | 111111 | 111111 |
Color Harmonies of #AA65DC
Complementary color
Monochromatic Colors of #AA65DC
Black with #AA65DC
Text Example
Text Example
White with #AA65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65DC; }
p { color: rgb(170,101,220); }
H1.HeaderClassName
{
color: #AA65DC;
}
.AnyTagClassName
{
color: #AA65DC;
}
</style>
background-color css
<style>
a { background-color: #AA65DC; }
a { background-color: rgb(170,101,220); }
div.DivClassName
{
background-color: #AA65DC;
}
.BgClassName
{
background-color: #AA65DC;
}
</style>
border-color css
<style>
span { border-color: #AA65DC; }
span { border-color: rgb(170,101,220); }
td.TdClassName
{
border-color: #AA65DC;
}
.TagClassName
{
border-color: #AA65DC;
}
</style>