Shades of Amethyst #A55ED6
Tints of Amethyst #A55ED6
RGB
CMYK
RGB Variations
Color information
#A55ED6 (or 0xA55ED6) is known color: Amethyst. HEX triplet: A5, 5E and D6. RGB value is (165,94,214). Sum of RGB (Red+Green+Blue) = 165+94+214=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #A55ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ED6 is #5AA129. Grayscale: #808080. Windows color (decimal): -5939498 or 14048933. OLE color: 14048933.
HSL color Cylindrical-coordinate representation of color #A55ED6: hue angle of 275.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55ED6 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 94 | 214 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.16 |
| HSL | 275.5º | 0.59% | 0.6% | - |
| HSV(B) | 275.5º | 0.56% | 0.84% | - |
| XYZ | 31.66 | 20.86 | 65.98 | - |
| YUV | 128.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 214 | 0.23 | 0.56 | 0 | 0.16 | 275.5 | 0.59 | 0.6 |
| Hex | A5 | 5E | D6 | 17 | 38 | 0 | 10 | 114 | 3B | 3C |
| Octal | 245 | 136 | 326 | 27 | 70 | 0 | 20 | 424 | 73 | 74 |
| Binary | 10100101 | 1011110 | 11010110 | 10111 | 111000 | 0 | 10000 | 100010100 | 111011 | 111100 |
Color Harmonies of #A55ED6
Complementary color
Monochromatic Colors of #A55ED6
Black with #A55ED6
Text Example
Text Example
White with #A55ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55ED6; }
p { color: rgb(165,94,214); }
H1.HeaderClassName
{
color: #A55ED6;
}
.AnyTagClassName
{
color: #A55ED6;
}
</style>
background-color css
<style>
a { background-color: #A55ED6; }
a { background-color: rgb(165,94,214); }
div.DivClassName
{
background-color: #A55ED6;
}
.BgClassName
{
background-color: #A55ED6;
}
</style>
border-color css
<style>
span { border-color: #A55ED6; }
span { border-color: rgb(165,94,214); }
td.TdClassName
{
border-color: #A55ED6;
}
.TagClassName
{
border-color: #A55ED6;
}
</style>