Shades of Amethyst #A45ACF
Tints of Amethyst #A45ACF
RGB
CMYK
RGB Variations
Color information
#A45ACF (or 0xA45ACF) is known color: Amethyst. HEX triplet: A4, 5A and CF. RGB value is (164,90,207). Sum of RGB (Red+Green+Blue) = 164+90+207=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A45ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ACF is #5BA530. Grayscale: #7D7D7D. Windows color (decimal): -6006065 or 13589156. OLE color: 13589156.
HSL color Cylindrical-coordinate representation of color #A45ACF: hue angle of 277.95º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45ACF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 90 | 207 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.19 |
| HSL | 277.95º | 0.55% | 0.58% | - |
| HSV(B) | 277.95º | 0.57% | 0.81% | - |
| XYZ | 30.23 | 19.71 | 61.24 | - |
| YUV | 125.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 207 | 0.21 | 0.57 | 0 | 0.19 | 277.95 | 0.55 | 0.58 |
| Hex | A4 | 5A | CF | 15 | 39 | 0 | 13 | 116 | 37 | 3A |
| Octal | 244 | 132 | 317 | 25 | 71 | 0 | 23 | 426 | 67 | 72 |
| Binary | 10100100 | 1011010 | 11001111 | 10101 | 111001 | 0 | 10011 | 100010110 | 110111 | 111010 |
Color Harmonies of #A45ACF
Complementary color
Monochromatic Colors of #A45ACF
Black with #A45ACF
Text Example
Text Example
White with #A45ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ACF; }
p { color: rgb(164,90,207); }
H1.HeaderClassName
{
color: #A45ACF;
}
.AnyTagClassName
{
color: #A45ACF;
}
</style>
background-color css
<style>
a { background-color: #A45ACF; }
a { background-color: rgb(164,90,207); }
div.DivClassName
{
background-color: #A45ACF;
}
.BgClassName
{
background-color: #A45ACF;
}
</style>
border-color css
<style>
span { border-color: #A45ACF; }
span { border-color: rgb(164,90,207); }
td.TdClassName
{
border-color: #A45ACF;
}
.TagClassName
{
border-color: #A45ACF;
}
</style>