Shades of Amethyst #AA69D3
Tints of Amethyst #AA69D3
RGB
CMYK
RGB Variations
Color information
#AA69D3 (or 0xAA69D3) is known color: Amethyst. HEX triplet: AA, 69 and D3. RGB value is (170,105,211). Sum of RGB (Red+Green+Blue) = 170+105+211=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA69D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69D3 is #55962C. Grayscale: #888888. Windows color (decimal): -5609005 or 13855146. OLE color: 13855146.
HSL color Cylindrical-coordinate representation of color #AA69D3: hue angle of 276.79º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA69D3 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 105 | 211 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.17 |
| HSL | 276.79º | 0.55% | 0.62% | - |
| HSV(B) | 276.79º | 0.5% | 0.83% | - |
| XYZ | 33.39 | 23.35 | 64.38 | - |
| YUV | 136.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 211 | 0.19 | 0.50 | 0 | 0.17 | 276.79 | 0.55 | 0.62 |
| Hex | AA | 69 | D3 | 13 | 32 | 0 | 11 | 115 | 37 | 3E |
| Octal | 252 | 151 | 323 | 23 | 62 | 0 | 21 | 425 | 67 | 76 |
| Binary | 10101010 | 1101001 | 11010011 | 10011 | 110010 | 0 | 10001 | 100010101 | 110111 | 111110 |
Color Harmonies of #AA69D3
Complementary color
Monochromatic Colors of #AA69D3
Black with #AA69D3
Text Example
Text Example
White with #AA69D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69D3; }
p { color: rgb(170,105,211); }
H1.HeaderClassName
{
color: #AA69D3;
}
.AnyTagClassName
{
color: #AA69D3;
}
</style>
background-color css
<style>
a { background-color: #AA69D3; }
a { background-color: rgb(170,105,211); }
div.DivClassName
{
background-color: #AA69D3;
}
.BgClassName
{
background-color: #AA69D3;
}
</style>
border-color css
<style>
span { border-color: #AA69D3; }
span { border-color: rgb(170,105,211); }
td.TdClassName
{
border-color: #AA69D3;
}
.TagClassName
{
border-color: #AA69D3;
}
</style>