Shades of Amethyst #AA74DC
Tints of Amethyst #AA74DC
RGB
CMYK
RGB Variations
Color information
#AA74DC (or 0xAA74DC) is known color: Amethyst. HEX triplet: AA, 74 and DC. RGB value is (170,116,220). Sum of RGB (Red+Green+Blue) = 170+116+220=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74DC is #558B23. Grayscale: #8F8F8F. Windows color (decimal): -5606180 or 14447786. OLE color: 14447786.
HSL color Cylindrical-coordinate representation of color #AA74DC: hue angle of 271.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA74DC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 116 | 220 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.14 |
| HSL | 271.15º | 0.6% | 0.66% | - |
| HSV(B) | 271.15º | 0.47% | 0.86% | - |
| XYZ | 35.74 | 26.2 | 70.88 | - |
| YUV | 144 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 220 | 0.23 | 0.47 | 0 | 0.14 | 271.15 | 0.6 | 0.66 |
| Hex | AA | 74 | DC | 17 | 2F | 0 | E | 10F | 3C | 42 |
| Octal | 252 | 164 | 334 | 27 | 57 | 0 | 16 | 417 | 74 | 102 |
| Binary | 10101010 | 1110100 | 11011100 | 10111 | 101111 | 0 | 1110 | 100001111 | 111100 | 1000010 |
Color Harmonies of #AA74DC
Complementary color
Monochromatic Colors of #AA74DC
Black with #AA74DC
Text Example
Text Example
White with #AA74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74DC; }
p { color: rgb(170,116,220); }
H1.HeaderClassName
{
color: #AA74DC;
}
.AnyTagClassName
{
color: #AA74DC;
}
</style>
background-color css
<style>
a { background-color: #AA74DC; }
a { background-color: rgb(170,116,220); }
div.DivClassName
{
background-color: #AA74DC;
}
.BgClassName
{
background-color: #AA74DC;
}
</style>
border-color css
<style>
span { border-color: #AA74DC; }
span { border-color: rgb(170,116,220); }
td.TdClassName
{
border-color: #AA74DC;
}
.TagClassName
{
border-color: #AA74DC;
}
</style>