Shades of Amethyst #A45BCC
Tints of Amethyst #A45BCC
RGB
CMYK
RGB Variations
Color information
#A45BCC (or 0xA45BCC) is known color: Amethyst. HEX triplet: A4, 5B and CC. RGB value is (164,91,204). Sum of RGB (Red+Green+Blue) = 164+91+204=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #A45BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BCC is #5BA433. Grayscale: #7D7D7D. Windows color (decimal): -6005812 or 13392804. OLE color: 13392804.
HSL color Cylindrical-coordinate representation of color #A45BCC: hue angle of 278.76º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A45BCC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 91 | 204 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.2 |
| HSL | 278.76º | 0.53% | 0.58% | - |
| HSV(B) | 278.76º | 0.55% | 0.8% | - |
| XYZ | 29.95 | 19.73 | 59.36 | - |
| YUV | 125.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 204 | 0.20 | 0.55 | 0 | 0.2 | 278.76 | 0.53 | 0.58 |
| Hex | A4 | 5B | CC | 14 | 37 | 0 | 14 | 117 | 35 | 3A |
| Octal | 244 | 133 | 314 | 24 | 67 | 0 | 24 | 427 | 65 | 72 |
| Binary | 10100100 | 1011011 | 11001100 | 10100 | 110111 | 0 | 10100 | 100010111 | 110101 | 111010 |
Color Harmonies of #A45BCC
Complementary color
Monochromatic Colors of #A45BCC
Black with #A45BCC
Text Example
Text Example
White with #A45BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BCC; }
p { color: rgb(164,91,204); }
H1.HeaderClassName
{
color: #A45BCC;
}
.AnyTagClassName
{
color: #A45BCC;
}
</style>
background-color css
<style>
a { background-color: #A45BCC; }
a { background-color: rgb(164,91,204); }
div.DivClassName
{
background-color: #A45BCC;
}
.BgClassName
{
background-color: #A45BCC;
}
</style>
border-color css
<style>
span { border-color: #A45BCC; }
span { border-color: rgb(164,91,204); }
td.TdClassName
{
border-color: #A45BCC;
}
.TagClassName
{
border-color: #A45BCC;
}
</style>