Shades of Amethyst #A061CA
Tints of Amethyst #A061CA
RGB
CMYK
RGB Variations
Color information
#A061CA (or 0xA061CA) is known color: Amethyst. HEX triplet: A0, 61 and CA. RGB value is (160,97,202). Sum of RGB (Red+Green+Blue) = 160+97+202=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #A061CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061CA is #5F9E35. Grayscale: #7F7F7F. Windows color (decimal): -6266422 or 13263264. OLE color: 13263264.
HSL color Cylindrical-coordinate representation of color #A061CA: hue angle of 276º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A061CA is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 97 | 202 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.21 |
| HSL | 276º | 0.5% | 0.59% | - |
| HSV(B) | 276º | 0.52% | 0.79% | - |
| XYZ | 29.43 | 20.29 | 58.24 | - |
| YUV | 127.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 202 | 0.21 | 0.52 | 0 | 0.21 | 276 | 0.5 | 0.59 |
| Hex | A0 | 61 | CA | 15 | 34 | 0 | 15 | 114 | 32 | 3B |
| Octal | 240 | 141 | 312 | 25 | 64 | 0 | 25 | 424 | 62 | 73 |
| Binary | 10100000 | 1100001 | 11001010 | 10101 | 110100 | 0 | 10101 | 100010100 | 110010 | 111011 |
Color Harmonies of #A061CA
Complementary color
Monochromatic Colors of #A061CA
Black with #A061CA
Text Example
Text Example
White with #A061CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061CA; }
p { color: rgb(160,97,202); }
H1.HeaderClassName
{
color: #A061CA;
}
.AnyTagClassName
{
color: #A061CA;
}
</style>
background-color css
<style>
a { background-color: #A061CA; }
a { background-color: rgb(160,97,202); }
div.DivClassName
{
background-color: #A061CA;
}
.BgClassName
{
background-color: #A061CA;
}
</style>
border-color css
<style>
span { border-color: #A061CA; }
span { border-color: rgb(160,97,202); }
td.TdClassName
{
border-color: #A061CA;
}
.TagClassName
{
border-color: #A061CA;
}
</style>