Shades of Amethyst #AA69C4
Tints of Amethyst #AA69C4
RGB
CMYK
RGB Variations
Color information
#AA69C4 (or 0xAA69C4) is known color: Amethyst. HEX triplet: AA, 69 and C4. RGB value is (170,105,196). Sum of RGB (Red+Green+Blue) = 170+105+196=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA69C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69C4 is #55963B. Grayscale: #868686. Windows color (decimal): -5609020 or 12872106. OLE color: 12872106.
HSL color Cylindrical-coordinate representation of color #AA69C4: hue angle of 282.86º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA69C4 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 105 | 196 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.23 |
| HSL | 282.86º | 0.44% | 0.59% | - |
| HSV(B) | 282.86º | 0.46% | 0.77% | - |
| XYZ | 31.59 | 22.63 | 54.93 | - |
| YUV | 134.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 196 | 0.13 | 0.46 | 0 | 0.23 | 282.86 | 0.44 | 0.59 |
| Hex | AA | 69 | C4 | D | 2E | 0 | 17 | 11B | 2C | 3B |
| Octal | 252 | 151 | 304 | 15 | 56 | 0 | 27 | 433 | 54 | 73 |
| Binary | 10101010 | 1101001 | 11000100 | 1101 | 101110 | 0 | 10111 | 100011011 | 101100 | 111011 |
Color Harmonies of #AA69C4
Complementary color
Monochromatic Colors of #AA69C4
Black with #AA69C4
Text Example
Text Example
White with #AA69C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69C4; }
p { color: rgb(170,105,196); }
H1.HeaderClassName
{
color: #AA69C4;
}
.AnyTagClassName
{
color: #AA69C4;
}
</style>
background-color css
<style>
a { background-color: #AA69C4; }
a { background-color: rgb(170,105,196); }
div.DivClassName
{
background-color: #AA69C4;
}
.BgClassName
{
background-color: #AA69C4;
}
</style>
border-color css
<style>
span { border-color: #AA69C4; }
span { border-color: rgb(170,105,196); }
td.TdClassName
{
border-color: #AA69C4;
}
.TagClassName
{
border-color: #AA69C4;
}
</style>