Shades of Amethyst #AA6FD3
Tints of Amethyst #AA6FD3
RGB
CMYK
RGB Variations
Color information
#AA6FD3 (or 0xAA6FD3) is known color: Amethyst. HEX triplet: AA, 6F and D3. RGB value is (170,111,211). Sum of RGB (Red+Green+Blue) = 170+111+211=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA6FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FD3 is #55902C. Grayscale: #8B8B8B. Windows color (decimal): -5607469 or 13856682. OLE color: 13856682.
HSL color Cylindrical-coordinate representation of color #AA6FD3: hue angle of 275.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA6FD3 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 111 | 211 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.17 |
| HSL | 275.4º | 0.53% | 0.63% | - |
| HSV(B) | 275.4º | 0.47% | 0.83% | - |
| XYZ | 34.02 | 24.62 | 64.59 | - |
| YUV | 140.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 211 | 0.19 | 0.47 | 0 | 0.17 | 275.4 | 0.53 | 0.63 |
| Hex | AA | 6F | D3 | 13 | 2F | 0 | 11 | 113 | 35 | 3F |
| Octal | 252 | 157 | 323 | 23 | 57 | 0 | 21 | 423 | 65 | 77 |
| Binary | 10101010 | 1101111 | 11010011 | 10011 | 101111 | 0 | 10001 | 100010011 | 110101 | 111111 |
Color Harmonies of #AA6FD3
Complementary color
Monochromatic Colors of #AA6FD3
Black with #AA6FD3
Text Example
Text Example
White with #AA6FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FD3; }
p { color: rgb(170,111,211); }
H1.HeaderClassName
{
color: #AA6FD3;
}
.AnyTagClassName
{
color: #AA6FD3;
}
</style>
background-color css
<style>
a { background-color: #AA6FD3; }
a { background-color: rgb(170,111,211); }
div.DivClassName
{
background-color: #AA6FD3;
}
.BgClassName
{
background-color: #AA6FD3;
}
</style>
border-color css
<style>
span { border-color: #AA6FD3; }
span { border-color: rgb(170,111,211); }
td.TdClassName
{
border-color: #AA6FD3;
}
.TagClassName
{
border-color: #AA6FD3;
}
</style>