Shades of Amethyst #A45BCE
Tints of Amethyst #A45BCE
RGB
CMYK
RGB Variations
Color information
#A45BCE (or 0xA45BCE) is known color: Amethyst. HEX triplet: A4, 5B and CE. RGB value is (164,91,206). Sum of RGB (Red+Green+Blue) = 164+91+206=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #A45BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BCE is #5BA431. Grayscale: #7D7D7D. Windows color (decimal): -6005810 or 13523876. OLE color: 13523876.
HSL color Cylindrical-coordinate representation of color #A45BCE: hue angle of 278.09º 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 #A45BCE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 91 | 206 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.19 |
| HSL | 278.09º | 0.54% | 0.58% | - |
| HSV(B) | 278.09º | 0.56% | 0.81% | - |
| XYZ | 30.19 | 19.83 | 60.63 | - |
| YUV | 125.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 206 | 0.20 | 0.56 | 0 | 0.19 | 278.09 | 0.54 | 0.58 |
| Hex | A4 | 5B | CE | 14 | 38 | 0 | 13 | 116 | 36 | 3A |
| Octal | 244 | 133 | 316 | 24 | 70 | 0 | 23 | 426 | 66 | 72 |
| Binary | 10100100 | 1011011 | 11001110 | 10100 | 111000 | 0 | 10011 | 100010110 | 110110 | 111010 |
Color Harmonies of #A45BCE
Complementary color
Monochromatic Colors of #A45BCE
Black with #A45BCE
Text Example
Text Example
White with #A45BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BCE; }
p { color: rgb(164,91,206); }
H1.HeaderClassName
{
color: #A45BCE;
}
.AnyTagClassName
{
color: #A45BCE;
}
</style>
background-color css
<style>
a { background-color: #A45BCE; }
a { background-color: rgb(164,91,206); }
div.DivClassName
{
background-color: #A45BCE;
}
.BgClassName
{
background-color: #A45BCE;
}
</style>
border-color css
<style>
span { border-color: #A45BCE; }
span { border-color: rgb(164,91,206); }
td.TdClassName
{
border-color: #A45BCE;
}
.TagClassName
{
border-color: #A45BCE;
}
</style>