Shades of Amethyst #A964CA
Tints of Amethyst #A964CA
RGB
CMYK
RGB Variations
Color information
#A964CA (or 0xA964CA) is known color: Amethyst. HEX triplet: A9, 64 and CA. RGB value is (169,100,202). Sum of RGB (Red+Green+Blue) = 169+100+202=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A964CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964CA is #569B35. Grayscale: #838383. Windows color (decimal): -5675830 or 13264041. OLE color: 13264041.
HSL color Cylindrical-coordinate representation of color #A964CA: hue angle of 280.59º 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 #A964CA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 100 | 202 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.21 |
| HSL | 280.59º | 0.49% | 0.59% | - |
| HSV(B) | 280.59º | 0.5% | 0.79% | - |
| XYZ | 31.58 | 21.81 | 58.42 | - |
| YUV | 132.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 202 | 0.16 | 0.50 | 0 | 0.21 | 280.59 | 0.49 | 0.59 |
| Hex | A9 | 64 | CA | 10 | 32 | 0 | 15 | 119 | 31 | 3B |
| Octal | 251 | 144 | 312 | 20 | 62 | 0 | 25 | 431 | 61 | 73 |
| Binary | 10101001 | 1100100 | 11001010 | 10000 | 110010 | 0 | 10101 | 100011001 | 110001 | 111011 |
Color Harmonies of #A964CA
Complementary color
Monochromatic Colors of #A964CA
Black with #A964CA
Text Example
Text Example
White with #A964CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964CA; }
p { color: rgb(169,100,202); }
H1.HeaderClassName
{
color: #A964CA;
}
.AnyTagClassName
{
color: #A964CA;
}
</style>
background-color css
<style>
a { background-color: #A964CA; }
a { background-color: rgb(169,100,202); }
div.DivClassName
{
background-color: #A964CA;
}
.BgClassName
{
background-color: #A964CA;
}
</style>
border-color css
<style>
span { border-color: #A964CA; }
span { border-color: rgb(169,100,202); }
td.TdClassName
{
border-color: #A964CA;
}
.TagClassName
{
border-color: #A964CA;
}
</style>