Shades of Amethyst #A064CA
Tints of Amethyst #A064CA
RGB
CMYK
RGB Variations
Color information
#A064CA (or 0xA064CA) is known color: Amethyst. HEX triplet: A0, 64 and CA. RGB value is (160,100,202). Sum of RGB (Red+Green+Blue) = 160+100+202=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #A064CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064CA is #5F9B35. Grayscale: #818181. Windows color (decimal): -6265654 or 13264032. OLE color: 13264032.
HSL color Cylindrical-coordinate representation of color #A064CA: hue angle of 275.29º 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 #A064CA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 100 | 202 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.21 |
| HSL | 275.29º | 0.49% | 0.59% | - |
| HSV(B) | 275.29º | 0.5% | 0.79% | - |
| XYZ | 29.72 | 20.85 | 58.34 | - |
| YUV | 129.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 202 | 0.21 | 0.50 | 0 | 0.21 | 275.29 | 0.49 | 0.59 |
| Hex | A0 | 64 | CA | 15 | 32 | 0 | 15 | 113 | 31 | 3B |
| Octal | 240 | 144 | 312 | 25 | 62 | 0 | 25 | 423 | 61 | 73 |
| Binary | 10100000 | 1100100 | 11001010 | 10101 | 110010 | 0 | 10101 | 100010011 | 110001 | 111011 |
Color Harmonies of #A064CA
Complementary color
Monochromatic Colors of #A064CA
Black with #A064CA
Text Example
Text Example
White with #A064CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064CA; }
p { color: rgb(160,100,202); }
H1.HeaderClassName
{
color: #A064CA;
}
.AnyTagClassName
{
color: #A064CA;
}
</style>
background-color css
<style>
a { background-color: #A064CA; }
a { background-color: rgb(160,100,202); }
div.DivClassName
{
background-color: #A064CA;
}
.BgClassName
{
background-color: #A064CA;
}
</style>
border-color css
<style>
span { border-color: #A064CA; }
span { border-color: rgb(160,100,202); }
td.TdClassName
{
border-color: #A064CA;
}
.TagClassName
{
border-color: #A064CA;
}
</style>