Shades of Amethyst #A05ECB
Tints of Amethyst #A05ECB
RGB
CMYK
RGB Variations
Color information
#A05ECB (or 0xA05ECB) is known color: Amethyst. HEX triplet: A0, 5E and CB. RGB value is (160,94,203). Sum of RGB (Red+Green+Blue) = 160+94+203=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #A05ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ECB is #5FA134. Grayscale: #7D7D7D. Windows color (decimal): -6267189 or 13328032. OLE color: 13328032.
HSL color Cylindrical-coordinate representation of color #A05ECB: hue angle of 276.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05ECB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 94 | 203 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.20 |
| HSL | 276.33º | 0.51% | 0.58% | - |
| HSV(B) | 276.33º | 0.54% | 0.8% | - |
| XYZ | 29.28 | 19.79 | 58.78 | - |
| YUV | 126.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 203 | 0.21 | 0.54 | 0 | 0.20 | 276.33 | 0.51 | 0.58 |
| Hex | A0 | 5E | CB | 15 | 36 | 0 | 14 | 114 | 33 | 3A |
| Octal | 240 | 136 | 313 | 25 | 66 | 0 | 24 | 424 | 63 | 72 |
| Binary | 10100000 | 1011110 | 11001011 | 10101 | 110110 | 0 | 10100 | 100010100 | 110011 | 111010 |
Color Harmonies of #A05ECB
Complementary color
Monochromatic Colors of #A05ECB
Black with #A05ECB
Text Example
Text Example
White with #A05ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05ECB; }
p { color: rgb(160,94,203); }
H1.HeaderClassName
{
color: #A05ECB;
}
.AnyTagClassName
{
color: #A05ECB;
}
</style>
background-color css
<style>
a { background-color: #A05ECB; }
a { background-color: rgb(160,94,203); }
div.DivClassName
{
background-color: #A05ECB;
}
.BgClassName
{
background-color: #A05ECB;
}
</style>
border-color css
<style>
span { border-color: #A05ECB; }
span { border-color: rgb(160,94,203); }
td.TdClassName
{
border-color: #A05ECB;
}
.TagClassName
{
border-color: #A05ECB;
}
</style>