Shades of Amethyst #AA69DC
Tints of Amethyst #AA69DC
RGB
CMYK
RGB Variations
Color information
#AA69DC (or 0xAA69DC) is known color: Amethyst. HEX triplet: AA, 69 and DC. RGB value is (170,105,220). Sum of RGB (Red+Green+Blue) = 170+105+220=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69DC is #559623. Grayscale: #898989. Windows color (decimal): -5608996 or 14444970. OLE color: 14444970.
HSL color Cylindrical-coordinate representation of color #AA69DC: hue angle of 273.91º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA69DC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 105 | 220 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.14 |
| HSL | 273.91º | 0.62% | 0.64% | - |
| HSV(B) | 273.91º | 0.52% | 0.86% | - |
| XYZ | 34.55 | 23.82 | 70.49 | - |
| YUV | 137.55 | 174.53 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 220 | 0.23 | 0.52 | 0 | 0.14 | 273.91 | 0.62 | 0.64 |
| Hex | AA | 69 | DC | 17 | 34 | 0 | E | 112 | 3E | 40 |
| Octal | 252 | 151 | 334 | 27 | 64 | 0 | 16 | 422 | 76 | 100 |
| Binary | 10101010 | 1101001 | 11011100 | 10111 | 110100 | 0 | 1110 | 100010010 | 111110 | 1000000 |
Color Harmonies of #AA69DC
Complementary color
Monochromatic Colors of #AA69DC
Black with #AA69DC
Text Example
Text Example
White with #AA69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69DC; }
p { color: rgb(170,105,220); }
H1.HeaderClassName
{
color: #AA69DC;
}
.AnyTagClassName
{
color: #AA69DC;
}
</style>
background-color css
<style>
a { background-color: #AA69DC; }
a { background-color: rgb(170,105,220); }
div.DivClassName
{
background-color: #AA69DC;
}
.BgClassName
{
background-color: #AA69DC;
}
</style>
border-color css
<style>
span { border-color: #AA69DC; }
span { border-color: rgb(170,105,220); }
td.TdClassName
{
border-color: #AA69DC;
}
.TagClassName
{
border-color: #AA69DC;
}
</style>