Shades of Amethyst #A55EDA
Tints of Amethyst #A55EDA
RGB
CMYK
RGB Variations
Color information
#A55EDA (or 0xA55EDA) is known color: Amethyst. HEX triplet: A5, 5E and DA. RGB value is (165,94,218). Sum of RGB (Red+Green+Blue) = 165+94+218=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #A55EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EDA is #5AA125. Grayscale: #808080. Windows color (decimal): -5939494 or 14311077. OLE color: 14311077.
HSL color Cylindrical-coordinate representation of color #A55EDA: hue angle of 274.35º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55EDA is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 94 | 218 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.15 |
| HSL | 274.35º | 0.63% | 0.61% | - |
| HSV(B) | 274.35º | 0.57% | 0.85% | - |
| XYZ | 32.17 | 21.07 | 68.7 | - |
| YUV | 129.37 | 178.02 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 218 | 0.24 | 0.57 | 0 | 0.15 | 274.35 | 0.63 | 0.61 |
| Hex | A5 | 5E | DA | 18 | 39 | 0 | F | 112 | 3F | 3D |
| Octal | 245 | 136 | 332 | 30 | 71 | 0 | 17 | 422 | 77 | 75 |
| Binary | 10100101 | 1011110 | 11011010 | 11000 | 111001 | 0 | 1111 | 100010010 | 111111 | 111101 |
Color Harmonies of #A55EDA
Complementary color
Monochromatic Colors of #A55EDA
Black with #A55EDA
Text Example
Text Example
White with #A55EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EDA; }
p { color: rgb(165,94,218); }
H1.HeaderClassName
{
color: #A55EDA;
}
.AnyTagClassName
{
color: #A55EDA;
}
</style>
background-color css
<style>
a { background-color: #A55EDA; }
a { background-color: rgb(165,94,218); }
div.DivClassName
{
background-color: #A55EDA;
}
.BgClassName
{
background-color: #A55EDA;
}
</style>
border-color css
<style>
span { border-color: #A55EDA; }
span { border-color: rgb(165,94,218); }
td.TdClassName
{
border-color: #A55EDA;
}
.TagClassName
{
border-color: #A55EDA;
}
</style>