Shades of Amethyst #AA69C6
Tints of Amethyst #AA69C6
RGB
CMYK
RGB Variations
Color information
#AA69C6 (or 0xAA69C6) is known color: Amethyst. HEX triplet: AA, 69 and C6. RGB value is (170,105,198). Sum of RGB (Red+Green+Blue) = 170+105+198=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA69C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69C6 is #559639. Grayscale: #868686. Windows color (decimal): -5609018 or 13003178. OLE color: 13003178.
HSL color Cylindrical-coordinate representation of color #AA69C6: hue angle of 281.94º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA69C6 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 105 | 198 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.22 |
| HSL | 281.94º | 0.45% | 0.59% | - |
| HSV(B) | 281.94º | 0.47% | 0.78% | - |
| XYZ | 31.82 | 22.73 | 56.14 | - |
| YUV | 135.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 198 | 0.14 | 0.47 | 0 | 0.22 | 281.94 | 0.45 | 0.59 |
| Hex | AA | 69 | C6 | E | 2F | 0 | 16 | 11A | 2D | 3B |
| Octal | 252 | 151 | 306 | 16 | 57 | 0 | 26 | 432 | 55 | 73 |
| Binary | 10101010 | 1101001 | 11000110 | 1110 | 101111 | 0 | 10110 | 100011010 | 101101 | 111011 |
Color Harmonies of #AA69C6
Complementary color
Monochromatic Colors of #AA69C6
Black with #AA69C6
Text Example
Text Example
White with #AA69C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69C6; }
p { color: rgb(170,105,198); }
H1.HeaderClassName
{
color: #AA69C6;
}
.AnyTagClassName
{
color: #AA69C6;
}
</style>
background-color css
<style>
a { background-color: #AA69C6; }
a { background-color: rgb(170,105,198); }
div.DivClassName
{
background-color: #AA69C6;
}
.BgClassName
{
background-color: #AA69C6;
}
</style>
border-color css
<style>
span { border-color: #AA69C6; }
span { border-color: rgb(170,105,198); }
td.TdClassName
{
border-color: #AA69C6;
}
.TagClassName
{
border-color: #AA69C6;
}
</style>