Shades of Amethyst #A45CCE
Tints of Amethyst #A45CCE
RGB
CMYK
RGB Variations
Color information
#A45CCE (or 0xA45CCE) is known color: Amethyst. HEX triplet: A4, 5C and CE. RGB value is (164,92,206). Sum of RGB (Red+Green+Blue) = 164+92+206=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #A45CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CCE is #5BA331. Grayscale: #7E7E7E. Windows color (decimal): -6005554 or 13524132. OLE color: 13524132.
HSL color Cylindrical-coordinate representation of color #A45CCE: hue angle of 277.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A45CCE is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 92 | 206 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.19 |
| HSL | 277.89º | 0.54% | 0.58% | - |
| HSV(B) | 277.89º | 0.55% | 0.81% | - |
| XYZ | 30.28 | 20 | 60.66 | - |
| YUV | 126.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 206 | 0.20 | 0.55 | 0 | 0.19 | 277.89 | 0.54 | 0.58 |
| Hex | A4 | 5C | CE | 14 | 37 | 0 | 13 | 116 | 36 | 3A |
| Octal | 244 | 134 | 316 | 24 | 67 | 0 | 23 | 426 | 66 | 72 |
| Binary | 10100100 | 1011100 | 11001110 | 10100 | 110111 | 0 | 10011 | 100010110 | 110110 | 111010 |
Color Harmonies of #A45CCE
Complementary color
Monochromatic Colors of #A45CCE
Black with #A45CCE
Text Example
Text Example
White with #A45CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CCE; }
p { color: rgb(164,92,206); }
H1.HeaderClassName
{
color: #A45CCE;
}
.AnyTagClassName
{
color: #A45CCE;
}
</style>
background-color css
<style>
a { background-color: #A45CCE; }
a { background-color: rgb(164,92,206); }
div.DivClassName
{
background-color: #A45CCE;
}
.BgClassName
{
background-color: #A45CCE;
}
</style>
border-color css
<style>
span { border-color: #A45CCE; }
span { border-color: rgb(164,92,206); }
td.TdClassName
{
border-color: #A45CCE;
}
.TagClassName
{
border-color: #A45CCE;
}
</style>