Shades of Amethyst #A061DA
Tints of Amethyst #A061DA
RGB
CMYK
RGB Variations
Color information
#A061DA (or 0xA061DA) is known color: Amethyst. HEX triplet: A0, 61 and DA. RGB value is (160,97,218). Sum of RGB (Red+Green+Blue) = 160+97+218=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #A061DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061DA is #5F9E25. Grayscale: #818181. Windows color (decimal): -6266406 or 14311840. OLE color: 14311840.
HSL color Cylindrical-coordinate representation of color #A061DA: hue angle of 271.24º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A061DA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 97 | 218 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.15 |
| HSL | 271.24º | 0.62% | 0.62% | - |
| HSV(B) | 271.24º | 0.56% | 0.85% | - |
| XYZ | 31.43 | 21.08 | 68.74 | - |
| YUV | 129.63 | 177.87 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 218 | 0.27 | 0.56 | 0 | 0.15 | 271.24 | 0.62 | 0.62 |
| Hex | A0 | 61 | DA | 1B | 38 | 0 | F | 10F | 3E | 3E |
| Octal | 240 | 141 | 332 | 33 | 70 | 0 | 17 | 417 | 76 | 76 |
| Binary | 10100000 | 1100001 | 11011010 | 11011 | 111000 | 0 | 1111 | 100001111 | 111110 | 111110 |
Color Harmonies of #A061DA
Complementary color
Monochromatic Colors of #A061DA
Black with #A061DA
Text Example
Text Example
White with #A061DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061DA; }
p { color: rgb(160,97,218); }
H1.HeaderClassName
{
color: #A061DA;
}
.AnyTagClassName
{
color: #A061DA;
}
</style>
background-color css
<style>
a { background-color: #A061DA; }
a { background-color: rgb(160,97,218); }
div.DivClassName
{
background-color: #A061DA;
}
.BgClassName
{
background-color: #A061DA;
}
</style>
border-color css
<style>
span { border-color: #A061DA; }
span { border-color: rgb(160,97,218); }
td.TdClassName
{
border-color: #A061DA;
}
.TagClassName
{
border-color: #A061DA;
}
</style>