Shades of Amethyst #A05CC9
Tints of Amethyst #A05CC9
RGB
CMYK
RGB Variations
Color information
#A05CC9 (or 0xA05CC9) is known color: Amethyst. HEX triplet: A0, 5C and C9. RGB value is (160,92,201). Sum of RGB (Red+Green+Blue) = 160+92+201=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #A05CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CC9 is #5FA336. Grayscale: #7C7C7C. Windows color (decimal): -6267703 or 13196448. OLE color: 13196448.
HSL color Cylindrical-coordinate representation of color #A05CC9: hue angle of 277.43º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05CC9 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 92 | 201 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.21 |
| HSL | 277.43º | 0.5% | 0.57% | - |
| HSV(B) | 277.43º | 0.54% | 0.79% | - |
| XYZ | 28.87 | 19.34 | 57.47 | - |
| YUV | 124.76 | 171.03 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 201 | 0.20 | 0.54 | 0 | 0.21 | 277.43 | 0.5 | 0.57 |
| Hex | A0 | 5C | C9 | 14 | 36 | 0 | 15 | 115 | 32 | 39 |
| Octal | 240 | 134 | 311 | 24 | 66 | 0 | 25 | 425 | 62 | 71 |
| Binary | 10100000 | 1011100 | 11001001 | 10100 | 110110 | 0 | 10101 | 100010101 | 110010 | 111001 |
Color Harmonies of #A05CC9
Complementary color
Monochromatic Colors of #A05CC9
Black with #A05CC9
Text Example
Text Example
White with #A05CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CC9; }
p { color: rgb(160,92,201); }
H1.HeaderClassName
{
color: #A05CC9;
}
.AnyTagClassName
{
color: #A05CC9;
}
</style>
background-color css
<style>
a { background-color: #A05CC9; }
a { background-color: rgb(160,92,201); }
div.DivClassName
{
background-color: #A05CC9;
}
.BgClassName
{
background-color: #A05CC9;
}
</style>
border-color css
<style>
span { border-color: #A05CC9; }
span { border-color: rgb(160,92,201); }
td.TdClassName
{
border-color: #A05CC9;
}
.TagClassName
{
border-color: #A05CC9;
}
</style>