Shades of Amethyst #AA6ACF
Tints of Amethyst #AA6ACF
RGB
CMYK
RGB Variations
Color information
#AA6ACF (or 0xAA6ACF) is known color: Amethyst. HEX triplet: AA, 6A and CF. RGB value is (170,106,207). Sum of RGB (Red+Green+Blue) = 170+106+207=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ACF is #559530. Grayscale: #888888. Windows color (decimal): -5608753 or 13593258. OLE color: 13593258.
HSL color Cylindrical-coordinate representation of color #AA6ACF: hue angle of 278.02º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6ACF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 106 | 207 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.19 |
| HSL | 278.02º | 0.51% | 0.61% | - |
| HSV(B) | 278.02º | 0.49% | 0.81% | - |
| XYZ | 32.99 | 23.36 | 61.8 | - |
| YUV | 136.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 207 | 0.18 | 0.49 | 0 | 0.19 | 278.02 | 0.51 | 0.61 |
| Hex | AA | 6A | CF | 12 | 31 | 0 | 13 | 116 | 33 | 3D |
| Octal | 252 | 152 | 317 | 22 | 61 | 0 | 23 | 426 | 63 | 75 |
| Binary | 10101010 | 1101010 | 11001111 | 10010 | 110001 | 0 | 10011 | 100010110 | 110011 | 111101 |
Color Harmonies of #AA6ACF
Complementary color
Monochromatic Colors of #AA6ACF
Black with #AA6ACF
Text Example
Text Example
White with #AA6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ACF; }
p { color: rgb(170,106,207); }
H1.HeaderClassName
{
color: #AA6ACF;
}
.AnyTagClassName
{
color: #AA6ACF;
}
</style>
background-color css
<style>
a { background-color: #AA6ACF; }
a { background-color: rgb(170,106,207); }
div.DivClassName
{
background-color: #AA6ACF;
}
.BgClassName
{
background-color: #AA6ACF;
}
</style>
border-color css
<style>
span { border-color: #AA6ACF; }
span { border-color: rgb(170,106,207); }
td.TdClassName
{
border-color: #AA6ACF;
}
.TagClassName
{
border-color: #AA6ACF;
}
</style>