Shades of Amethyst #A45BCF
Tints of Amethyst #A45BCF
RGB
CMYK
RGB Variations
Color information
#A45BCF (or 0xA45BCF) is known color: Amethyst. HEX triplet: A4, 5B and CF. RGB value is (164,91,207). Sum of RGB (Red+Green+Blue) = 164+91+207=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #A45BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BCF is #5BA430. Grayscale: #7D7D7D. Windows color (decimal): -6005809 or 13589412. OLE color: 13589412.
HSL color Cylindrical-coordinate representation of color #A45BCF: hue angle of 277.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45BCF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 91 | 207 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.19 |
| HSL | 277.76º | 0.55% | 0.58% | - |
| HSV(B) | 277.76º | 0.56% | 0.81% | - |
| XYZ | 30.31 | 19.88 | 61.27 | - |
| YUV | 126.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 207 | 0.21 | 0.56 | 0 | 0.19 | 277.76 | 0.55 | 0.58 |
| Hex | A4 | 5B | CF | 15 | 38 | 0 | 13 | 116 | 37 | 3A |
| Octal | 244 | 133 | 317 | 25 | 70 | 0 | 23 | 426 | 67 | 72 |
| Binary | 10100100 | 1011011 | 11001111 | 10101 | 111000 | 0 | 10011 | 100010110 | 110111 | 111010 |
Color Harmonies of #A45BCF
Complementary color
Monochromatic Colors of #A45BCF
Black with #A45BCF
Text Example
Text Example
White with #A45BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BCF; }
p { color: rgb(164,91,207); }
H1.HeaderClassName
{
color: #A45BCF;
}
.AnyTagClassName
{
color: #A45BCF;
}
</style>
background-color css
<style>
a { background-color: #A45BCF; }
a { background-color: rgb(164,91,207); }
div.DivClassName
{
background-color: #A45BCF;
}
.BgClassName
{
background-color: #A45BCF;
}
</style>
border-color css
<style>
span { border-color: #A45BCF; }
span { border-color: rgb(164,91,207); }
td.TdClassName
{
border-color: #A45BCF;
}
.TagClassName
{
border-color: #A45BCF;
}
</style>