Shades of Amethyst #A05ACE
Tints of Amethyst #A05ACE
RGB
CMYK
RGB Variations
Color information
#A05ACE (or 0xA05ACE) is known color: Amethyst. HEX triplet: A0, 5A and CE. RGB value is (160,90,206). Sum of RGB (Red+Green+Blue) = 160+90+206=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #A05ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ACE is #5FA531. Grayscale: #7B7B7B. Windows color (decimal): -6268210 or 13523616. OLE color: 13523616.
HSL color Cylindrical-coordinate representation of color #A05ACE: hue angle of 276.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05ACE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 90 | 206 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.19 |
| HSL | 276.21º | 0.54% | 0.58% | - |
| HSV(B) | 276.21º | 0.56% | 0.81% | - |
| XYZ | 29.29 | 19.24 | 60.56 | - |
| YUV | 124.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 206 | 0.22 | 0.56 | 0 | 0.19 | 276.21 | 0.54 | 0.58 |
| Hex | A0 | 5A | CE | 16 | 38 | 0 | 13 | 114 | 36 | 3A |
| Octal | 240 | 132 | 316 | 26 | 70 | 0 | 23 | 424 | 66 | 72 |
| Binary | 10100000 | 1011010 | 11001110 | 10110 | 111000 | 0 | 10011 | 100010100 | 110110 | 111010 |
Color Harmonies of #A05ACE
Complementary color
Monochromatic Colors of #A05ACE
Black with #A05ACE
Text Example
Text Example
White with #A05ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05ACE; }
p { color: rgb(160,90,206); }
H1.HeaderClassName
{
color: #A05ACE;
}
.AnyTagClassName
{
color: #A05ACE;
}
</style>
background-color css
<style>
a { background-color: #A05ACE; }
a { background-color: rgb(160,90,206); }
div.DivClassName
{
background-color: #A05ACE;
}
.BgClassName
{
background-color: #A05ACE;
}
</style>
border-color css
<style>
span { border-color: #A05ACE; }
span { border-color: rgb(160,90,206); }
td.TdClassName
{
border-color: #A05ACE;
}
.TagClassName
{
border-color: #A05ACE;
}
</style>