Shades of Amethyst #A55BE1
Tints of Amethyst #A55BE1
RGB
CMYK
RGB Variations
Color information
#A55BE1 (or 0xA55BE1) is known color: Amethyst. HEX triplet: A5, 5B and E1. RGB value is (165,91,225). Sum of RGB (Red+Green+Blue) = 165+91+225=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #A55BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BE1 is #5AA41E. Grayscale: #7F7F7F. Windows color (decimal): -5940255 or 14769061. OLE color: 14769061.
HSL color Cylindrical-coordinate representation of color #A55BE1: hue angle of 273.13º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A55BE1 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 91 | 225 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.12 |
| HSL | 273.13º | 0.69% | 0.62% | - |
| HSV(B) | 273.13º | 0.6% | 0.88% | - |
| XYZ | 32.85 | 20.92 | 73.54 | - |
| YUV | 128.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 225 | 0.27 | 0.60 | 0 | 0.12 | 273.13 | 0.69 | 0.62 |
| Hex | A5 | 5B | E1 | 1B | 3C | 0 | C | 111 | 45 | 3E |
| Octal | 245 | 133 | 341 | 33 | 74 | 0 | 14 | 421 | 105 | 76 |
| Binary | 10100101 | 1011011 | 11100001 | 11011 | 111100 | 0 | 1100 | 100010001 | 1000101 | 111110 |
Color Harmonies of #A55BE1
Complementary color
Monochromatic Colors of #A55BE1
Black with #A55BE1
Text Example
Text Example
White with #A55BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BE1; }
p { color: rgb(165,91,225); }
H1.HeaderClassName
{
color: #A55BE1;
}
.AnyTagClassName
{
color: #A55BE1;
}
</style>
background-color css
<style>
a { background-color: #A55BE1; }
a { background-color: rgb(165,91,225); }
div.DivClassName
{
background-color: #A55BE1;
}
.BgClassName
{
background-color: #A55BE1;
}
</style>
border-color css
<style>
span { border-color: #A55BE1; }
span { border-color: rgb(165,91,225); }
td.TdClassName
{
border-color: #A55BE1;
}
.TagClassName
{
border-color: #A55BE1;
}
</style>