Shades of Amethyst #A55DCF
Tints of Amethyst #A55DCF
RGB
CMYK
RGB Variations
Color information
#A55DCF (or 0xA55DCF) is known color: Amethyst. HEX triplet: A5, 5D and CF. RGB value is (165,93,207). Sum of RGB (Red+Green+Blue) = 165+93+207=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #A55DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DCF is #5AA230. Grayscale: #7F7F7F. Windows color (decimal): -5939761 or 13589925. OLE color: 13589925.
HSL color Cylindrical-coordinate representation of color #A55DCF: hue angle of 277.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A55DCF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 93 | 207 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.19 |
| HSL | 277.89º | 0.54% | 0.59% | - |
| HSV(B) | 277.89º | 0.55% | 0.81% | - |
| XYZ | 30.69 | 20.33 | 61.34 | - |
| YUV | 127.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 207 | 0.20 | 0.55 | 0 | 0.19 | 277.89 | 0.54 | 0.59 |
| Hex | A5 | 5D | CF | 14 | 37 | 0 | 13 | 116 | 36 | 3B |
| Octal | 245 | 135 | 317 | 24 | 67 | 0 | 23 | 426 | 66 | 73 |
| Binary | 10100101 | 1011101 | 11001111 | 10100 | 110111 | 0 | 10011 | 100010110 | 110110 | 111011 |
Color Harmonies of #A55DCF
Complementary color
Monochromatic Colors of #A55DCF
Black with #A55DCF
Text Example
Text Example
White with #A55DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DCF; }
p { color: rgb(165,93,207); }
H1.HeaderClassName
{
color: #A55DCF;
}
.AnyTagClassName
{
color: #A55DCF;
}
</style>
background-color css
<style>
a { background-color: #A55DCF; }
a { background-color: rgb(165,93,207); }
div.DivClassName
{
background-color: #A55DCF;
}
.BgClassName
{
background-color: #A55DCF;
}
</style>
border-color css
<style>
span { border-color: #A55DCF; }
span { border-color: rgb(165,93,207); }
td.TdClassName
{
border-color: #A55DCF;
}
.TagClassName
{
border-color: #A55DCF;
}
</style>