Shades of Amethyst #A064CD
Tints of Amethyst #A064CD
RGB
CMYK
RGB Variations
Color information
#A064CD (or 0xA064CD) is known color: Amethyst. HEX triplet: A0, 64 and CD. RGB value is (160,100,205). Sum of RGB (Red+Green+Blue) = 160+100+205=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A064CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064CD is #5F9B32. Grayscale: #818181. Windows color (decimal): -6265651 or 13460640. OLE color: 13460640.
HSL color Cylindrical-coordinate representation of color #A064CD: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A064CD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 100 | 205 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.20 |
| HSL | 274.29º | 0.51% | 0.6% | - |
| HSV(B) | 274.29º | 0.51% | 0.8% | - |
| XYZ | 30.07 | 21 | 60.23 | - |
| YUV | 129.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 205 | 0.22 | 0.51 | 0 | 0.20 | 274.29 | 0.51 | 0.6 |
| Hex | A0 | 64 | CD | 16 | 33 | 0 | 14 | 112 | 33 | 3C |
| Octal | 240 | 144 | 315 | 26 | 63 | 0 | 24 | 422 | 63 | 74 |
| Binary | 10100000 | 1100100 | 11001101 | 10110 | 110011 | 0 | 10100 | 100010010 | 110011 | 111100 |
Color Harmonies of #A064CD
Complementary color
Monochromatic Colors of #A064CD
Black with #A064CD
Text Example
Text Example
White with #A064CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064CD; }
p { color: rgb(160,100,205); }
H1.HeaderClassName
{
color: #A064CD;
}
.AnyTagClassName
{
color: #A064CD;
}
</style>
background-color css
<style>
a { background-color: #A064CD; }
a { background-color: rgb(160,100,205); }
div.DivClassName
{
background-color: #A064CD;
}
.BgClassName
{
background-color: #A064CD;
}
</style>
border-color css
<style>
span { border-color: #A064CD; }
span { border-color: rgb(160,100,205); }
td.TdClassName
{
border-color: #A064CD;
}
.TagClassName
{
border-color: #A064CD;
}
</style>