Shades of Amethyst #A55EDF
Tints of Amethyst #A55EDF
RGB
CMYK
RGB Variations
Color information
#A55EDF (or 0xA55EDF) is known color: Amethyst. HEX triplet: A5, 5E and DF. RGB value is (165,94,223). Sum of RGB (Red+Green+Blue) = 165+94+223=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #A55EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EDF is #5AA120. Grayscale: #818181. Windows color (decimal): -5939489 or 14638757. OLE color: 14638757.
HSL color Cylindrical-coordinate representation of color #A55EDF: hue angle of 273.02º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55EDF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 94 | 223 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.13 |
| HSL | 273.02º | 0.67% | 0.62% | - |
| HSV(B) | 273.02º | 0.58% | 0.87% | - |
| XYZ | 32.84 | 21.33 | 72.2 | - |
| YUV | 129.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 223 | 0.26 | 0.58 | 0 | 0.13 | 273.02 | 0.67 | 0.62 |
| Hex | A5 | 5E | DF | 1A | 3A | 0 | D | 111 | 43 | 3E |
| Octal | 245 | 136 | 337 | 32 | 72 | 0 | 15 | 421 | 103 | 76 |
| Binary | 10100101 | 1011110 | 11011111 | 11010 | 111010 | 0 | 1101 | 100010001 | 1000011 | 111110 |
Color Harmonies of #A55EDF
Complementary color
Monochromatic Colors of #A55EDF
Black with #A55EDF
Text Example
Text Example
White with #A55EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EDF; }
p { color: rgb(165,94,223); }
H1.HeaderClassName
{
color: #A55EDF;
}
.AnyTagClassName
{
color: #A55EDF;
}
</style>
background-color css
<style>
a { background-color: #A55EDF; }
a { background-color: rgb(165,94,223); }
div.DivClassName
{
background-color: #A55EDF;
}
.BgClassName
{
background-color: #A55EDF;
}
</style>
border-color css
<style>
span { border-color: #A55EDF; }
span { border-color: rgb(165,94,223); }
td.TdClassName
{
border-color: #A55EDF;
}
.TagClassName
{
border-color: #A55EDF;
}
</style>