Shades of Amethyst #A05DCA
Tints of Amethyst #A05DCA
RGB
CMYK
RGB Variations
Color information
#A05DCA (or 0xA05DCA) is known color: Amethyst. HEX triplet: A0, 5D and CA. RGB value is (160,93,202). Sum of RGB (Red+Green+Blue) = 160+93+202=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #A05DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DCA is #5FA235. Grayscale: #7D7D7D. Windows color (decimal): -6267446 or 13262240. OLE color: 13262240.
HSL color Cylindrical-coordinate representation of color #A05DCA: hue angle of 276.88º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05DCA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 93 | 202 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.21 |
| HSL | 276.88º | 0.51% | 0.58% | - |
| HSV(B) | 276.88º | 0.54% | 0.79% | - |
| XYZ | 29.07 | 19.57 | 58.12 | - |
| YUV | 125.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 202 | 0.21 | 0.54 | 0 | 0.21 | 276.88 | 0.51 | 0.58 |
| Hex | A0 | 5D | CA | 15 | 36 | 0 | 15 | 115 | 33 | 3A |
| Octal | 240 | 135 | 312 | 25 | 66 | 0 | 25 | 425 | 63 | 72 |
| Binary | 10100000 | 1011101 | 11001010 | 10101 | 110110 | 0 | 10101 | 100010101 | 110011 | 111010 |
Color Harmonies of #A05DCA
Complementary color
Monochromatic Colors of #A05DCA
Black with #A05DCA
Text Example
Text Example
White with #A05DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DCA; }
p { color: rgb(160,93,202); }
H1.HeaderClassName
{
color: #A05DCA;
}
.AnyTagClassName
{
color: #A05DCA;
}
</style>
background-color css
<style>
a { background-color: #A05DCA; }
a { background-color: rgb(160,93,202); }
div.DivClassName
{
background-color: #A05DCA;
}
.BgClassName
{
background-color: #A05DCA;
}
</style>
border-color css
<style>
span { border-color: #A05DCA; }
span { border-color: rgb(160,93,202); }
td.TdClassName
{
border-color: #A05DCA;
}
.TagClassName
{
border-color: #A05DCA;
}
</style>