Shades of Amethyst #A55DCE
Tints of Amethyst #A55DCE
RGB
CMYK
RGB Variations
Color information
#A55DCE (or 0xA55DCE) is known color: Amethyst. HEX triplet: A5, 5D and CE. RGB value is (165,93,206). Sum of RGB (Red+Green+Blue) = 165+93+206=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #A55DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DCE is #5AA231. Grayscale: #7F7F7F. Windows color (decimal): -5939762 or 13524389. OLE color: 13524389.
HSL color Cylindrical-coordinate representation of color #A55DCE: hue angle of 278.23º 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 #A55DCE is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 93 | 206 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.19 |
| HSL | 278.23º | 0.54% | 0.59% | - |
| HSV(B) | 278.23º | 0.55% | 0.81% | - |
| XYZ | 30.57 | 20.28 | 60.7 | - |
| YUV | 127.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 206 | 0.20 | 0.55 | 0 | 0.19 | 278.23 | 0.54 | 0.59 |
| Hex | A5 | 5D | CE | 14 | 37 | 0 | 13 | 116 | 36 | 3B |
| Octal | 245 | 135 | 316 | 24 | 67 | 0 | 23 | 426 | 66 | 73 |
| Binary | 10100101 | 1011101 | 11001110 | 10100 | 110111 | 0 | 10011 | 100010110 | 110110 | 111011 |
Color Harmonies of #A55DCE
Complementary color
Monochromatic Colors of #A55DCE
Black with #A55DCE
Text Example
Text Example
White with #A55DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DCE; }
p { color: rgb(165,93,206); }
H1.HeaderClassName
{
color: #A55DCE;
}
.AnyTagClassName
{
color: #A55DCE;
}
</style>
background-color css
<style>
a { background-color: #A55DCE; }
a { background-color: rgb(165,93,206); }
div.DivClassName
{
background-color: #A55DCE;
}
.BgClassName
{
background-color: #A55DCE;
}
</style>
border-color css
<style>
span { border-color: #A55DCE; }
span { border-color: rgb(165,93,206); }
td.TdClassName
{
border-color: #A55DCE;
}
.TagClassName
{
border-color: #A55DCE;
}
</style>