Shades of Amethyst #A55DCC
Tints of Amethyst #A55DCC
RGB
CMYK
RGB Variations
Color information
#A55DCC (or 0xA55DCC) is known color: Amethyst. HEX triplet: A5, 5D and CC. RGB value is (165,93,204). Sum of RGB (Red+Green+Blue) = 165+93+204=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #A55DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DCC is #5AA233. Grayscale: #7E7E7E. Windows color (decimal): -5939764 or 13393317. OLE color: 13393317.
HSL color Cylindrical-coordinate representation of color #A55DCC: hue angle of 278.92º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A55DCC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 93 | 204 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.2 |
| HSL | 278.92º | 0.52% | 0.58% | - |
| HSV(B) | 278.92º | 0.54% | 0.8% | - |
| XYZ | 30.33 | 20.19 | 59.42 | - |
| YUV | 127.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 204 | 0.19 | 0.54 | 0 | 0.2 | 278.92 | 0.52 | 0.58 |
| Hex | A5 | 5D | CC | 13 | 36 | 0 | 14 | 117 | 34 | 3A |
| Octal | 245 | 135 | 314 | 23 | 66 | 0 | 24 | 427 | 64 | 72 |
| Binary | 10100101 | 1011101 | 11001100 | 10011 | 110110 | 0 | 10100 | 100010111 | 110100 | 111010 |
Color Harmonies of #A55DCC
Complementary color
Monochromatic Colors of #A55DCC
Black with #A55DCC
Text Example
Text Example
White with #A55DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DCC; }
p { color: rgb(165,93,204); }
H1.HeaderClassName
{
color: #A55DCC;
}
.AnyTagClassName
{
color: #A55DCC;
}
</style>
background-color css
<style>
a { background-color: #A55DCC; }
a { background-color: rgb(165,93,204); }
div.DivClassName
{
background-color: #A55DCC;
}
.BgClassName
{
background-color: #A55DCC;
}
</style>
border-color css
<style>
span { border-color: #A55DCC; }
span { border-color: rgb(165,93,204); }
td.TdClassName
{
border-color: #A55DCC;
}
.TagClassName
{
border-color: #A55DCC;
}
</style>