Shades of Amethyst #A45BCB
Tints of Amethyst #A45BCB
RGB
CMYK
RGB Variations
Color information
#A45BCB (or 0xA45BCB) is known color: Amethyst. HEX triplet: A4, 5B and CB. RGB value is (164,91,203). Sum of RGB (Red+Green+Blue) = 164+91+203=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #A45BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BCB is #5BA434. Grayscale: #7D7D7D. Windows color (decimal): -6005813 or 13327268. OLE color: 13327268.
HSL color Cylindrical-coordinate representation of color #A45BCB: hue angle of 279.11º degrees, saturation: 0.52, 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 #A45BCB is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 91 | 203 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.20 |
| HSL | 279.11º | 0.52% | 0.58% | - |
| HSV(B) | 279.11º | 0.55% | 0.8% | - |
| XYZ | 29.83 | 19.69 | 58.73 | - |
| YUV | 125.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 203 | 0.19 | 0.55 | 0 | 0.20 | 279.11 | 0.52 | 0.58 |
| Hex | A4 | 5B | CB | 13 | 37 | 0 | 14 | 117 | 34 | 3A |
| Octal | 244 | 133 | 313 | 23 | 67 | 0 | 24 | 427 | 64 | 72 |
| Binary | 10100100 | 1011011 | 11001011 | 10011 | 110111 | 0 | 10100 | 100010111 | 110100 | 111010 |
Color Harmonies of #A45BCB
Complementary color
Monochromatic Colors of #A45BCB
Black with #A45BCB
Text Example
Text Example
White with #A45BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BCB; }
p { color: rgb(164,91,203); }
H1.HeaderClassName
{
color: #A45BCB;
}
.AnyTagClassName
{
color: #A45BCB;
}
</style>
background-color css
<style>
a { background-color: #A45BCB; }
a { background-color: rgb(164,91,203); }
div.DivClassName
{
background-color: #A45BCB;
}
.BgClassName
{
background-color: #A45BCB;
}
</style>
border-color css
<style>
span { border-color: #A45BCB; }
span { border-color: rgb(164,91,203); }
td.TdClassName
{
border-color: #A45BCB;
}
.TagClassName
{
border-color: #A45BCB;
}
</style>