Shades of Amethyst #A45BD3
Tints of Amethyst #A45BD3
RGB
CMYK
RGB Variations
Color information
#A45BD3 (or 0xA45BD3) is known color: Amethyst. HEX triplet: A4, 5B and D3. RGB value is (164,91,211). Sum of RGB (Red+Green+Blue) = 164+91+211=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #A45BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BD3 is #5BA42C. Grayscale: #7E7E7E. Windows color (decimal): -6005805 or 13851556. OLE color: 13851556.
HSL color Cylindrical-coordinate representation of color #A45BD3: hue angle of 276.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45BD3 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 91 | 211 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.17 |
| HSL | 276.5º | 0.58% | 0.59% | - |
| HSV(B) | 276.5º | 0.57% | 0.83% | - |
| XYZ | 30.81 | 20.08 | 63.88 | - |
| YUV | 126.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 211 | 0.22 | 0.57 | 0 | 0.17 | 276.5 | 0.58 | 0.59 |
| Hex | A4 | 5B | D3 | 16 | 39 | 0 | 11 | 114 | 3A | 3B |
| Octal | 244 | 133 | 323 | 26 | 71 | 0 | 21 | 424 | 72 | 73 |
| Binary | 10100100 | 1011011 | 11010011 | 10110 | 111001 | 0 | 10001 | 100010100 | 111010 | 111011 |
Color Harmonies of #A45BD3
Complementary color
Monochromatic Colors of #A45BD3
Black with #A45BD3
Text Example
Text Example
White with #A45BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BD3; }
p { color: rgb(164,91,211); }
H1.HeaderClassName
{
color: #A45BD3;
}
.AnyTagClassName
{
color: #A45BD3;
}
</style>
background-color css
<style>
a { background-color: #A45BD3; }
a { background-color: rgb(164,91,211); }
div.DivClassName
{
background-color: #A45BD3;
}
.BgClassName
{
background-color: #A45BD3;
}
</style>
border-color css
<style>
span { border-color: #A45BD3; }
span { border-color: rgb(164,91,211); }
td.TdClassName
{
border-color: #A45BD3;
}
.TagClassName
{
border-color: #A45BD3;
}
</style>