Shades of Amethyst #AA69CE
Tints of Amethyst #AA69CE
RGB
CMYK
RGB Variations
Color information
#AA69CE (or 0xAA69CE) is known color: Amethyst. HEX triplet: AA, 69 and CE. RGB value is (170,105,206). Sum of RGB (Red+Green+Blue) = 170+105+206=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69CE is #559631. Grayscale: #878787. Windows color (decimal): -5609010 or 13527466. OLE color: 13527466.
HSL color Cylindrical-coordinate representation of color #AA69CE: hue angle of 278.61º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA69CE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 105 | 206 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.19 |
| HSL | 278.61º | 0.51% | 0.61% | - |
| HSV(B) | 278.61º | 0.49% | 0.81% | - |
| XYZ | 32.77 | 23.11 | 61.13 | - |
| YUV | 135.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 206 | 0.17 | 0.49 | 0 | 0.19 | 278.61 | 0.51 | 0.61 |
| Hex | AA | 69 | CE | 11 | 31 | 0 | 13 | 117 | 33 | 3D |
| Octal | 252 | 151 | 316 | 21 | 61 | 0 | 23 | 427 | 63 | 75 |
| Binary | 10101010 | 1101001 | 11001110 | 10001 | 110001 | 0 | 10011 | 100010111 | 110011 | 111101 |
Color Harmonies of #AA69CE
Complementary color
Monochromatic Colors of #AA69CE
Black with #AA69CE
Text Example
Text Example
White with #AA69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69CE; }
p { color: rgb(170,105,206); }
H1.HeaderClassName
{
color: #AA69CE;
}
.AnyTagClassName
{
color: #AA69CE;
}
</style>
background-color css
<style>
a { background-color: #AA69CE; }
a { background-color: rgb(170,105,206); }
div.DivClassName
{
background-color: #AA69CE;
}
.BgClassName
{
background-color: #AA69CE;
}
</style>
border-color css
<style>
span { border-color: #AA69CE; }
span { border-color: rgb(170,105,206); }
td.TdClassName
{
border-color: #AA69CE;
}
.TagClassName
{
border-color: #AA69CE;
}
</style>