Shades of Amethyst #AA74DB
Tints of Amethyst #AA74DB
RGB
CMYK
RGB Variations
Color information
#AA74DB (or 0xAA74DB) is known color: Amethyst. HEX triplet: AA, 74 and DB. RGB value is (170,116,219). Sum of RGB (Red+Green+Blue) = 170+116+219=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74DB is #558B24. Grayscale: #8F8F8F. Windows color (decimal): -5606181 or 14382250. OLE color: 14382250.
HSL color Cylindrical-coordinate representation of color #AA74DB: hue angle of 271.46º degrees, saturation: 0.59, 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 #AA74DB is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 116 | 219 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.14 |
| HSL | 271.46º | 0.59% | 0.66% | - |
| HSV(B) | 271.46º | 0.47% | 0.86% | - |
| XYZ | 35.61 | 26.15 | 70.19 | - |
| YUV | 143.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 219 | 0.22 | 0.47 | 0 | 0.14 | 271.46 | 0.59 | 0.66 |
| Hex | AA | 74 | DB | 16 | 2F | 0 | E | 10F | 3B | 42 |
| Octal | 252 | 164 | 333 | 26 | 57 | 0 | 16 | 417 | 73 | 102 |
| Binary | 10101010 | 1110100 | 11011011 | 10110 | 101111 | 0 | 1110 | 100001111 | 111011 | 1000010 |
Color Harmonies of #AA74DB
Complementary color
Monochromatic Colors of #AA74DB
Black with #AA74DB
Text Example
Text Example
White with #AA74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74DB; }
p { color: rgb(170,116,219); }
H1.HeaderClassName
{
color: #AA74DB;
}
.AnyTagClassName
{
color: #AA74DB;
}
</style>
background-color css
<style>
a { background-color: #AA74DB; }
a { background-color: rgb(170,116,219); }
div.DivClassName
{
background-color: #AA74DB;
}
.BgClassName
{
background-color: #AA74DB;
}
</style>
border-color css
<style>
span { border-color: #AA74DB; }
span { border-color: rgb(170,116,219); }
td.TdClassName
{
border-color: #AA74DB;
}
.TagClassName
{
border-color: #AA74DB;
}
</style>