Shades of Amethyst #A05BCE
Tints of Amethyst #A05BCE
RGB
CMYK
RGB Variations
Color information
#A05BCE (or 0xA05BCE) is known color: Amethyst. HEX triplet: A0, 5B and CE. RGB value is (160,91,206). Sum of RGB (Red+Green+Blue) = 160+91+206=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #A05BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BCE is #5FA431. Grayscale: #7C7C7C. Windows color (decimal): -6267954 or 13523872. OLE color: 13523872.
HSL color Cylindrical-coordinate representation of color #A05BCE: hue angle of 276º 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 #A05BCE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 91 | 206 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.19 |
| HSL | 276º | 0.54% | 0.58% | - |
| HSV(B) | 276º | 0.56% | 0.81% | - |
| XYZ | 29.38 | 19.41 | 60.59 | - |
| YUV | 124.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 206 | 0.22 | 0.56 | 0 | 0.19 | 276 | 0.54 | 0.58 |
| Hex | A0 | 5B | CE | 16 | 38 | 0 | 13 | 114 | 36 | 3A |
| Octal | 240 | 133 | 316 | 26 | 70 | 0 | 23 | 424 | 66 | 72 |
| Binary | 10100000 | 1011011 | 11001110 | 10110 | 111000 | 0 | 10011 | 100010100 | 110110 | 111010 |
Color Harmonies of #A05BCE
Complementary color
Monochromatic Colors of #A05BCE
Black with #A05BCE
Text Example
Text Example
White with #A05BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BCE; }
p { color: rgb(160,91,206); }
H1.HeaderClassName
{
color: #A05BCE;
}
.AnyTagClassName
{
color: #A05BCE;
}
</style>
background-color css
<style>
a { background-color: #A05BCE; }
a { background-color: rgb(160,91,206); }
div.DivClassName
{
background-color: #A05BCE;
}
.BgClassName
{
background-color: #A05BCE;
}
</style>
border-color css
<style>
span { border-color: #A05BCE; }
span { border-color: rgb(160,91,206); }
td.TdClassName
{
border-color: #A05BCE;
}
.TagClassName
{
border-color: #A05BCE;
}
</style>