Shades of Amethyst #A55DE5
Tints of Amethyst #A55DE5
RGB
CMYK
RGB Variations
Color information
#A55DE5 (or 0xA55DE5) is known color: Amethyst. HEX triplet: A5, 5D and E5. RGB value is (165,93,229). Sum of RGB (Red+Green+Blue) = 165+93+229=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #A55DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DE5 is #5AA21A. Grayscale: #818181. Windows color (decimal): -5939739 or 15031717. OLE color: 15031717.
HSL color Cylindrical-coordinate representation of color #A55DE5: hue angle of 271.76º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55DE5 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 93 | 229 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.10 |
| HSL | 271.76º | 0.72% | 0.63% | - |
| HSV(B) | 271.76º | 0.59% | 0.9% | - |
| XYZ | 33.57 | 21.49 | 76.51 | - |
| YUV | 130.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 229 | 0.28 | 0.59 | 0 | 0.10 | 271.76 | 0.72 | 0.63 |
| Hex | A5 | 5D | E5 | 1C | 3B | 0 | A | 110 | 48 | 3F |
| Octal | 245 | 135 | 345 | 34 | 73 | 0 | 12 | 420 | 110 | 77 |
| Binary | 10100101 | 1011101 | 11100101 | 11100 | 111011 | 0 | 1010 | 100010000 | 1001000 | 111111 |
Color Harmonies of #A55DE5
Complementary color
Monochromatic Colors of #A55DE5
Black with #A55DE5
Text Example
Text Example
White with #A55DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DE5; }
p { color: rgb(165,93,229); }
H1.HeaderClassName
{
color: #A55DE5;
}
.AnyTagClassName
{
color: #A55DE5;
}
</style>
background-color css
<style>
a { background-color: #A55DE5; }
a { background-color: rgb(165,93,229); }
div.DivClassName
{
background-color: #A55DE5;
}
.BgClassName
{
background-color: #A55DE5;
}
</style>
border-color css
<style>
span { border-color: #A55DE5; }
span { border-color: rgb(165,93,229); }
td.TdClassName
{
border-color: #A55DE5;
}
.TagClassName
{
border-color: #A55DE5;
}
</style>