Shades of Amethyst #AA74CF
Tints of Amethyst #AA74CF
RGB
CMYK
RGB Variations
Color information
#AA74CF (or 0xAA74CF) is known color: Amethyst. HEX triplet: AA, 74 and CF. RGB value is (170,116,207). Sum of RGB (Red+Green+Blue) = 170+116+207=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74CF is #558B30. Grayscale: #8E8E8E. Windows color (decimal): -5606193 or 13595818. OLE color: 13595818.
HSL color Cylindrical-coordinate representation of color #AA74CF: hue angle of 275.6º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA74CF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 116 | 207 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.19 |
| HSL | 275.6º | 0.49% | 0.63% | - |
| HSV(B) | 275.6º | 0.44% | 0.81% | - |
| XYZ | 34.09 | 25.54 | 62.17 | - |
| YUV | 142.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 207 | 0.18 | 0.44 | 0 | 0.19 | 275.6 | 0.49 | 0.63 |
| Hex | AA | 74 | CF | 12 | 2C | 0 | 13 | 114 | 31 | 3F |
| Octal | 252 | 164 | 317 | 22 | 54 | 0 | 23 | 424 | 61 | 77 |
| Binary | 10101010 | 1110100 | 11001111 | 10010 | 101100 | 0 | 10011 | 100010100 | 110001 | 111111 |
Color Harmonies of #AA74CF
Complementary color
Monochromatic Colors of #AA74CF
Black with #AA74CF
Text Example
Text Example
White with #AA74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74CF; }
p { color: rgb(170,116,207); }
H1.HeaderClassName
{
color: #AA74CF;
}
.AnyTagClassName
{
color: #AA74CF;
}
</style>
background-color css
<style>
a { background-color: #AA74CF; }
a { background-color: rgb(170,116,207); }
div.DivClassName
{
background-color: #AA74CF;
}
.BgClassName
{
background-color: #AA74CF;
}
</style>
border-color css
<style>
span { border-color: #AA74CF; }
span { border-color: rgb(170,116,207); }
td.TdClassName
{
border-color: #AA74CF;
}
.TagClassName
{
border-color: #AA74CF;
}
</style>