Shades of Amethyst #AA6CC3
Tints of Amethyst #AA6CC3
RGB
CMYK
RGB Variations
Color information
#AA6CC3 (or 0xAA6CC3) is known color: Amethyst. HEX triplet: AA, 6C and C3. RGB value is (170,108,195). Sum of RGB (Red+Green+Blue) = 170+108+195=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA6CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CC3 is #55933C. Grayscale: #888888. Windows color (decimal): -5608253 or 12807338. OLE color: 12807338.
HSL color Cylindrical-coordinate representation of color #AA6CC3: hue angle of 282.76º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA6CC3 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 108 | 195 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.24 |
| HSL | 282.76º | 0.42% | 0.59% | - |
| HSV(B) | 282.76º | 0.45% | 0.76% | - |
| XYZ | 31.79 | 23.21 | 54.43 | - |
| YUV | 136.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 195 | 0.13 | 0.45 | 0 | 0.24 | 282.76 | 0.42 | 0.59 |
| Hex | AA | 6C | C3 | D | 2D | 0 | 18 | 11B | 2A | 3B |
| Octal | 252 | 154 | 303 | 15 | 55 | 0 | 30 | 433 | 52 | 73 |
| Binary | 10101010 | 1101100 | 11000011 | 1101 | 101101 | 0 | 11000 | 100011011 | 101010 | 111011 |
Color Harmonies of #AA6CC3
Complementary color
Monochromatic Colors of #AA6CC3
Black with #AA6CC3
Text Example
Text Example
White with #AA6CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CC3; }
p { color: rgb(170,108,195); }
H1.HeaderClassName
{
color: #AA6CC3;
}
.AnyTagClassName
{
color: #AA6CC3;
}
</style>
background-color css
<style>
a { background-color: #AA6CC3; }
a { background-color: rgb(170,108,195); }
div.DivClassName
{
background-color: #AA6CC3;
}
.BgClassName
{
background-color: #AA6CC3;
}
</style>
border-color css
<style>
span { border-color: #AA6CC3; }
span { border-color: rgb(170,108,195); }
td.TdClassName
{
border-color: #AA6CC3;
}
.TagClassName
{
border-color: #AA6CC3;
}
</style>