Shades of Amethyst #AA74CA
Tints of Amethyst #AA74CA
RGB
CMYK
RGB Variations
Color information
#AA74CA (or 0xAA74CA) is known color: Amethyst. HEX triplet: AA, 74 and CA. RGB value is (170,116,202). Sum of RGB (Red+Green+Blue) = 170+116+202=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA74CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74CA is #558B35. Grayscale: #8D8D8D. Windows color (decimal): -5606198 or 13268138. OLE color: 13268138.
HSL color Cylindrical-coordinate representation of color #AA74CA: hue angle of 277.67º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA74CA is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 116 | 202 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.21 |
| HSL | 277.67º | 0.45% | 0.62% | - |
| HSV(B) | 277.67º | 0.43% | 0.79% | - |
| XYZ | 33.48 | 25.3 | 59 | - |
| YUV | 141.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 202 | 0.16 | 0.43 | 0 | 0.21 | 277.67 | 0.45 | 0.62 |
| Hex | AA | 74 | CA | 10 | 2B | 0 | 15 | 116 | 2D | 3E |
| Octal | 252 | 164 | 312 | 20 | 53 | 0 | 25 | 426 | 55 | 76 |
| Binary | 10101010 | 1110100 | 11001010 | 10000 | 101011 | 0 | 10101 | 100010110 | 101101 | 111110 |
Color Harmonies of #AA74CA
Complementary color
Monochromatic Colors of #AA74CA
Black with #AA74CA
Text Example
Text Example
White with #AA74CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74CA; }
p { color: rgb(170,116,202); }
H1.HeaderClassName
{
color: #AA74CA;
}
.AnyTagClassName
{
color: #AA74CA;
}
</style>
background-color css
<style>
a { background-color: #AA74CA; }
a { background-color: rgb(170,116,202); }
div.DivClassName
{
background-color: #AA74CA;
}
.BgClassName
{
background-color: #AA74CA;
}
</style>
border-color css
<style>
span { border-color: #AA74CA; }
span { border-color: rgb(170,116,202); }
td.TdClassName
{
border-color: #AA74CA;
}
.TagClassName
{
border-color: #AA74CA;
}
</style>