Shades of Amethyst #A45DCB
Tints of Amethyst #A45DCB
RGB
CMYK
RGB Variations
Color information
#A45DCB (or 0xA45DCB) is known color: Amethyst. HEX triplet: A4, 5D and CB. RGB value is (164,93,203). Sum of RGB (Red+Green+Blue) = 164+93+203=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A45DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DCB is #5BA234. Grayscale: #7E7E7E. Windows color (decimal): -6005301 or 13327780. OLE color: 13327780.
HSL color Cylindrical-coordinate representation of color #A45DCB: hue angle of 278.73º 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 #A45DCB is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 93 | 203 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.20 |
| HSL | 278.73º | 0.51% | 0.58% | - |
| HSV(B) | 278.73º | 0.54% | 0.8% | - |
| XYZ | 30 | 20.03 | 58.79 | - |
| YUV | 126.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 203 | 0.19 | 0.54 | 0 | 0.20 | 278.73 | 0.51 | 0.58 |
| Hex | A4 | 5D | CB | 13 | 36 | 0 | 14 | 117 | 33 | 3A |
| Octal | 244 | 135 | 313 | 23 | 66 | 0 | 24 | 427 | 63 | 72 |
| Binary | 10100100 | 1011101 | 11001011 | 10011 | 110110 | 0 | 10100 | 100010111 | 110011 | 111010 |
Color Harmonies of #A45DCB
Complementary color
Monochromatic Colors of #A45DCB
Black with #A45DCB
Text Example
Text Example
White with #A45DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DCB; }
p { color: rgb(164,93,203); }
H1.HeaderClassName
{
color: #A45DCB;
}
.AnyTagClassName
{
color: #A45DCB;
}
</style>
background-color css
<style>
a { background-color: #A45DCB; }
a { background-color: rgb(164,93,203); }
div.DivClassName
{
background-color: #A45DCB;
}
.BgClassName
{
background-color: #A45DCB;
}
</style>
border-color css
<style>
span { border-color: #A45DCB; }
span { border-color: rgb(164,93,203); }
td.TdClassName
{
border-color: #A45DCB;
}
.TagClassName
{
border-color: #A45DCB;
}
</style>