Shades of Amethyst #AA69C3
Tints of Amethyst #AA69C3
RGB
CMYK
RGB Variations
Color information
#AA69C3 (or 0xAA69C3) is known color: Amethyst. HEX triplet: AA, 69 and C3. RGB value is (170,105,195). Sum of RGB (Red+Green+Blue) = 170+105+195=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA69C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69C3 is #55963C. Grayscale: #868686. Windows color (decimal): -5609021 or 12806570. OLE color: 12806570.
HSL color Cylindrical-coordinate representation of color #AA69C3: hue angle of 283.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA69C3 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 105 | 195 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.24 |
| HSL | 283.33º | 0.43% | 0.59% | - |
| HSV(B) | 283.33º | 0.46% | 0.76% | - |
| XYZ | 31.48 | 22.59 | 54.33 | - |
| YUV | 134.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 195 | 0.13 | 0.46 | 0 | 0.24 | 283.33 | 0.43 | 0.59 |
| Hex | AA | 69 | C3 | D | 2E | 0 | 18 | 11B | 2B | 3B |
| Octal | 252 | 151 | 303 | 15 | 56 | 0 | 30 | 433 | 53 | 73 |
| Binary | 10101010 | 1101001 | 11000011 | 1101 | 101110 | 0 | 11000 | 100011011 | 101011 | 111011 |
Color Harmonies of #AA69C3
Complementary color
Monochromatic Colors of #AA69C3
Black with #AA69C3
Text Example
Text Example
White with #AA69C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69C3; }
p { color: rgb(170,105,195); }
H1.HeaderClassName
{
color: #AA69C3;
}
.AnyTagClassName
{
color: #AA69C3;
}
</style>
background-color css
<style>
a { background-color: #AA69C3; }
a { background-color: rgb(170,105,195); }
div.DivClassName
{
background-color: #AA69C3;
}
.BgClassName
{
background-color: #AA69C3;
}
</style>
border-color css
<style>
span { border-color: #AA69C3; }
span { border-color: rgb(170,105,195); }
td.TdClassName
{
border-color: #AA69C3;
}
.TagClassName
{
border-color: #AA69C3;
}
</style>