Shades of Amethyst #A45DCC
Tints of Amethyst #A45DCC
RGB
CMYK
RGB Variations
Color information
#A45DCC (or 0xA45DCC) is known color: Amethyst. HEX triplet: A4, 5D and CC. RGB value is (164,93,204). Sum of RGB (Red+Green+Blue) = 164+93+204=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #A45DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DCC is #5BA233. Grayscale: #7E7E7E. Windows color (decimal): -6005300 or 13393316. OLE color: 13393316.
HSL color Cylindrical-coordinate representation of color #A45DCC: hue angle of 278.38º degrees, saturation: 0.52, 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 #A45DCC is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 93 | 204 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.2 |
| HSL | 278.38º | 0.52% | 0.58% | - |
| HSV(B) | 278.38º | 0.54% | 0.8% | - |
| XYZ | 30.12 | 20.08 | 59.42 | - |
| YUV | 126.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 204 | 0.20 | 0.54 | 0 | 0.2 | 278.38 | 0.52 | 0.58 |
| Hex | A4 | 5D | CC | 14 | 36 | 0 | 14 | 116 | 34 | 3A |
| Octal | 244 | 135 | 314 | 24 | 66 | 0 | 24 | 426 | 64 | 72 |
| Binary | 10100100 | 1011101 | 11001100 | 10100 | 110110 | 0 | 10100 | 100010110 | 110100 | 111010 |
Color Harmonies of #A45DCC
Complementary color
Monochromatic Colors of #A45DCC
Black with #A45DCC
Text Example
Text Example
White with #A45DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DCC; }
p { color: rgb(164,93,204); }
H1.HeaderClassName
{
color: #A45DCC;
}
.AnyTagClassName
{
color: #A45DCC;
}
</style>
background-color css
<style>
a { background-color: #A45DCC; }
a { background-color: rgb(164,93,204); }
div.DivClassName
{
background-color: #A45DCC;
}
.BgClassName
{
background-color: #A45DCC;
}
</style>
border-color css
<style>
span { border-color: #A45DCC; }
span { border-color: rgb(164,93,204); }
td.TdClassName
{
border-color: #A45DCC;
}
.TagClassName
{
border-color: #A45DCC;
}
</style>