Shades of Amethyst #AA64CA
Tints of Amethyst #AA64CA
RGB
CMYK
RGB Variations
Color information
#AA64CA (or 0xAA64CA) is known color: Amethyst. HEX triplet: AA, 64 and CA. RGB value is (170,100,202). Sum of RGB (Red+Green+Blue) = 170+100+202=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64CA is #559B35. Grayscale: #848484. Windows color (decimal): -5610294 or 13264042. OLE color: 13264042.
HSL color Cylindrical-coordinate representation of color #AA64CA: hue angle of 281.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA64CA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 100 | 202 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.21 |
| HSL | 281.18º | 0.49% | 0.59% | - |
| HSV(B) | 281.18º | 0.5% | 0.79% | - |
| XYZ | 31.8 | 21.92 | 58.43 | - |
| YUV | 132.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 202 | 0.16 | 0.50 | 0 | 0.21 | 281.18 | 0.49 | 0.59 |
| Hex | AA | 64 | CA | 10 | 32 | 0 | 15 | 119 | 31 | 3B |
| Octal | 252 | 144 | 312 | 20 | 62 | 0 | 25 | 431 | 61 | 73 |
| Binary | 10101010 | 1100100 | 11001010 | 10000 | 110010 | 0 | 10101 | 100011001 | 110001 | 111011 |
Color Harmonies of #AA64CA
Complementary color
Monochromatic Colors of #AA64CA
Black with #AA64CA
Text Example
Text Example
White with #AA64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64CA; }
p { color: rgb(170,100,202); }
H1.HeaderClassName
{
color: #AA64CA;
}
.AnyTagClassName
{
color: #AA64CA;
}
</style>
background-color css
<style>
a { background-color: #AA64CA; }
a { background-color: rgb(170,100,202); }
div.DivClassName
{
background-color: #AA64CA;
}
.BgClassName
{
background-color: #AA64CA;
}
</style>
border-color css
<style>
span { border-color: #AA64CA; }
span { border-color: rgb(170,100,202); }
td.TdClassName
{
border-color: #AA64CA;
}
.TagClassName
{
border-color: #AA64CA;
}
</style>