Shades of Amethyst #A55CE3
Tints of Amethyst #A55CE3
RGB
CMYK
RGB Variations
Color information
#A55CE3 (or 0xA55CE3) is known color: Amethyst. HEX triplet: A5, 5C and E3. RGB value is (165,92,227). Sum of RGB (Red+Green+Blue) = 165+92+227=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #A55CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CE3 is #5AA31C. Grayscale: #808080. Windows color (decimal): -5939997 or 14900389. OLE color: 14900389.
HSL color Cylindrical-coordinate representation of color #A55CE3: hue angle of 272.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55CE3 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 92 | 227 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.11 |
| HSL | 272.44º | 0.71% | 0.63% | - |
| HSV(B) | 272.44º | 0.59% | 0.89% | - |
| XYZ | 33.21 | 21.2 | 75.01 | - |
| YUV | 129.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 227 | 0.27 | 0.59 | 0 | 0.11 | 272.44 | 0.71 | 0.63 |
| Hex | A5 | 5C | E3 | 1B | 3B | 0 | B | 110 | 47 | 3F |
| Octal | 245 | 134 | 343 | 33 | 73 | 0 | 13 | 420 | 107 | 77 |
| Binary | 10100101 | 1011100 | 11100011 | 11011 | 111011 | 0 | 1011 | 100010000 | 1000111 | 111111 |
Color Harmonies of #A55CE3
Complementary color
Monochromatic Colors of #A55CE3
Black with #A55CE3
Text Example
Text Example
White with #A55CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CE3; }
p { color: rgb(165,92,227); }
H1.HeaderClassName
{
color: #A55CE3;
}
.AnyTagClassName
{
color: #A55CE3;
}
</style>
background-color css
<style>
a { background-color: #A55CE3; }
a { background-color: rgb(165,92,227); }
div.DivClassName
{
background-color: #A55CE3;
}
.BgClassName
{
background-color: #A55CE3;
}
</style>
border-color css
<style>
span { border-color: #A55CE3; }
span { border-color: rgb(165,92,227); }
td.TdClassName
{
border-color: #A55CE3;
}
.TagClassName
{
border-color: #A55CE3;
}
</style>