Shades of Amethyst #A05DC9
Tints of Amethyst #A05DC9
RGB
CMYK
RGB Variations
Color information
#A05DC9 (or 0xA05DC9) is known color: Amethyst. HEX triplet: A0, 5D and C9. RGB value is (160,93,201). Sum of RGB (Red+Green+Blue) = 160+93+201=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #A05DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DC9 is #5FA236. Grayscale: #7C7C7C. Windows color (decimal): -6267447 or 13196704. OLE color: 13196704.
HSL color Cylindrical-coordinate representation of color #A05DC9: hue angle of 277.22º degrees, saturation: 0.5, 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 #A05DC9 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 93 | 201 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.21 |
| HSL | 277.22º | 0.5% | 0.58% | - |
| HSV(B) | 277.22º | 0.54% | 0.79% | - |
| XYZ | 28.95 | 19.52 | 57.5 | - |
| YUV | 125.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 201 | 0.20 | 0.54 | 0 | 0.21 | 277.22 | 0.5 | 0.58 |
| Hex | A0 | 5D | C9 | 14 | 36 | 0 | 15 | 115 | 32 | 3A |
| Octal | 240 | 135 | 311 | 24 | 66 | 0 | 25 | 425 | 62 | 72 |
| Binary | 10100000 | 1011101 | 11001001 | 10100 | 110110 | 0 | 10101 | 100010101 | 110010 | 111010 |
Color Harmonies of #A05DC9
Complementary color
Monochromatic Colors of #A05DC9
Black with #A05DC9
Text Example
Text Example
White with #A05DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DC9; }
p { color: rgb(160,93,201); }
H1.HeaderClassName
{
color: #A05DC9;
}
.AnyTagClassName
{
color: #A05DC9;
}
</style>
background-color css
<style>
a { background-color: #A05DC9; }
a { background-color: rgb(160,93,201); }
div.DivClassName
{
background-color: #A05DC9;
}
.BgClassName
{
background-color: #A05DC9;
}
</style>
border-color css
<style>
span { border-color: #A05DC9; }
span { border-color: rgb(160,93,201); }
td.TdClassName
{
border-color: #A05DC9;
}
.TagClassName
{
border-color: #A05DC9;
}
</style>