Shades of Amethyst #A059CB
Tints of Amethyst #A059CB
RGB
CMYK
RGB Variations
Color information
#A059CB (or 0xA059CB) is known color: Amethyst. HEX triplet: A0, 59 and CB. RGB value is (160,89,203). Sum of RGB (Red+Green+Blue) = 160+89+203=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #A059CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059CB is #5FA634. Grayscale: #7A7A7A. Windows color (decimal): -6268469 or 13326752. OLE color: 13326752.
HSL color Cylindrical-coordinate representation of color #A059CB: hue angle of 277.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A059CB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 89 | 203 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.20 |
| HSL | 277.37º | 0.52% | 0.57% | - |
| HSV(B) | 277.37º | 0.56% | 0.8% | - |
| XYZ | 28.85 | 18.93 | 58.63 | - |
| YUV | 123.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 203 | 0.21 | 0.56 | 0 | 0.20 | 277.37 | 0.52 | 0.57 |
| Hex | A0 | 59 | CB | 15 | 38 | 0 | 14 | 115 | 34 | 39 |
| Octal | 240 | 131 | 313 | 25 | 70 | 0 | 24 | 425 | 64 | 71 |
| Binary | 10100000 | 1011001 | 11001011 | 10101 | 111000 | 0 | 10100 | 100010101 | 110100 | 111001 |
Color Harmonies of #A059CB
Complementary color
Monochromatic Colors of #A059CB
Black with #A059CB
Text Example
Text Example
White with #A059CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059CB; }
p { color: rgb(160,89,203); }
H1.HeaderClassName
{
color: #A059CB;
}
.AnyTagClassName
{
color: #A059CB;
}
</style>
background-color css
<style>
a { background-color: #A059CB; }
a { background-color: rgb(160,89,203); }
div.DivClassName
{
background-color: #A059CB;
}
.BgClassName
{
background-color: #A059CB;
}
</style>
border-color css
<style>
span { border-color: #A059CB; }
span { border-color: rgb(160,89,203); }
td.TdClassName
{
border-color: #A059CB;
}
.TagClassName
{
border-color: #A059CB;
}
</style>