Shades of Amethyst #AA65DA
Tints of Amethyst #AA65DA
RGB
CMYK
RGB Variations
Color information
#AA65DA (or 0xAA65DA) is known color: Amethyst. HEX triplet: AA, 65 and DA. RGB value is (170,101,218). Sum of RGB (Red+Green+Blue) = 170+101+218=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65DA is #559A25. Grayscale: #868686. Windows color (decimal): -5610022 or 14312874. OLE color: 14312874.
HSL color Cylindrical-coordinate representation of color #AA65DA: hue angle of 275.38º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA65DA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 101 | 218 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.15 |
| HSL | 275.38º | 0.61% | 0.63% | - |
| HSV(B) | 275.38º | 0.54% | 0.85% | - |
| XYZ | 33.89 | 22.92 | 68.97 | - |
| YUV | 134.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 218 | 0.22 | 0.54 | 0 | 0.15 | 275.38 | 0.61 | 0.63 |
| Hex | AA | 65 | DA | 16 | 36 | 0 | F | 113 | 3D | 3F |
| Octal | 252 | 145 | 332 | 26 | 66 | 0 | 17 | 423 | 75 | 77 |
| Binary | 10101010 | 1100101 | 11011010 | 10110 | 110110 | 0 | 1111 | 100010011 | 111101 | 111111 |
Color Harmonies of #AA65DA
Complementary color
Monochromatic Colors of #AA65DA
Black with #AA65DA
Text Example
Text Example
White with #AA65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65DA; }
p { color: rgb(170,101,218); }
H1.HeaderClassName
{
color: #AA65DA;
}
.AnyTagClassName
{
color: #AA65DA;
}
</style>
background-color css
<style>
a { background-color: #AA65DA; }
a { background-color: rgb(170,101,218); }
div.DivClassName
{
background-color: #AA65DA;
}
.BgClassName
{
background-color: #AA65DA;
}
</style>
border-color css
<style>
span { border-color: #AA65DA; }
span { border-color: rgb(170,101,218); }
td.TdClassName
{
border-color: #AA65DA;
}
.TagClassName
{
border-color: #AA65DA;
}
</style>