Shades of Amethyst #AA6FD2
Tints of Amethyst #AA6FD2
RGB
CMYK
RGB Variations
Color information
#AA6FD2 (or 0xAA6FD2) is known color: Amethyst. HEX triplet: AA, 6F and D2. RGB value is (170,111,210). Sum of RGB (Red+Green+Blue) = 170+111+210=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA6FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FD2 is #55902D. Grayscale: #8B8B8B. Windows color (decimal): -5607470 or 13791146. OLE color: 13791146.
HSL color Cylindrical-coordinate representation of color #AA6FD2: hue angle of 275.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA6FD2 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 111 | 210 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.18 |
| HSL | 275.76º | 0.52% | 0.63% | - |
| HSV(B) | 275.76º | 0.47% | 0.82% | - |
| XYZ | 33.89 | 24.57 | 63.93 | - |
| YUV | 139.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 210 | 0.19 | 0.47 | 0 | 0.18 | 275.76 | 0.52 | 0.63 |
| Hex | AA | 6F | D2 | 13 | 2F | 0 | 12 | 114 | 34 | 3F |
| Octal | 252 | 157 | 322 | 23 | 57 | 0 | 22 | 424 | 64 | 77 |
| Binary | 10101010 | 1101111 | 11010010 | 10011 | 101111 | 0 | 10010 | 100010100 | 110100 | 111111 |
Color Harmonies of #AA6FD2
Complementary color
Monochromatic Colors of #AA6FD2
Black with #AA6FD2
Text Example
Text Example
White with #AA6FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FD2; }
p { color: rgb(170,111,210); }
H1.HeaderClassName
{
color: #AA6FD2;
}
.AnyTagClassName
{
color: #AA6FD2;
}
</style>
background-color css
<style>
a { background-color: #AA6FD2; }
a { background-color: rgb(170,111,210); }
div.DivClassName
{
background-color: #AA6FD2;
}
.BgClassName
{
background-color: #AA6FD2;
}
</style>
border-color css
<style>
span { border-color: #AA6FD2; }
span { border-color: rgb(170,111,210); }
td.TdClassName
{
border-color: #AA6FD2;
}
.TagClassName
{
border-color: #AA6FD2;
}
</style>