Shades of Amethyst #AA69D5
Tints of Amethyst #AA69D5
RGB
CMYK
RGB Variations
Color information
#AA69D5 (or 0xAA69D5) is known color: Amethyst. HEX triplet: AA, 69 and D5. RGB value is (170,105,213). Sum of RGB (Red+Green+Blue) = 170+105+213=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA69D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69D5 is #55962A. Grayscale: #888888. Windows color (decimal): -5609003 or 13986218. OLE color: 13986218.
HSL color Cylindrical-coordinate representation of color #AA69D5: hue angle of 276.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA69D5 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 105 | 213 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.16 |
| HSL | 276.11º | 0.56% | 0.62% | - |
| HSV(B) | 276.11º | 0.51% | 0.84% | - |
| XYZ | 33.64 | 23.45 | 65.7 | - |
| YUV | 136.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 213 | 0.20 | 0.51 | 0 | 0.16 | 276.11 | 0.56 | 0.62 |
| Hex | AA | 69 | D5 | 14 | 33 | 0 | 10 | 114 | 38 | 3E |
| Octal | 252 | 151 | 325 | 24 | 63 | 0 | 20 | 424 | 70 | 76 |
| Binary | 10101010 | 1101001 | 11010101 | 10100 | 110011 | 0 | 10000 | 100010100 | 111000 | 111110 |
Color Harmonies of #AA69D5
Complementary color
Monochromatic Colors of #AA69D5
Black with #AA69D5
Text Example
Text Example
White with #AA69D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69D5; }
p { color: rgb(170,105,213); }
H1.HeaderClassName
{
color: #AA69D5;
}
.AnyTagClassName
{
color: #AA69D5;
}
</style>
background-color css
<style>
a { background-color: #AA69D5; }
a { background-color: rgb(170,105,213); }
div.DivClassName
{
background-color: #AA69D5;
}
.BgClassName
{
background-color: #AA69D5;
}
</style>
border-color css
<style>
span { border-color: #AA69D5; }
span { border-color: rgb(170,105,213); }
td.TdClassName
{
border-color: #AA69D5;
}
.TagClassName
{
border-color: #AA69D5;
}
</style>