Shades of Amethyst #A555E2
Tints of Amethyst #A555E2
RGB
CMYK
RGB Variations
Color information
#A555E2 (or 0xA555E2) is known color: Amethyst. HEX triplet: A5, 55 and E2. RGB value is (165,85,226). Sum of RGB (Red+Green+Blue) = 165+85+226=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #A555E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555E2 is #5AAA1D. Grayscale: #7C7C7C. Windows color (decimal): -5941790 or 14833061. OLE color: 14833061.
HSL color Cylindrical-coordinate representation of color #A555E2: hue angle of 274.04º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A555E2 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 85 | 226 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.11 |
| HSL | 274.04º | 0.71% | 0.61% | - |
| HSV(B) | 274.04º | 0.62% | 0.89% | - |
| XYZ | 32.49 | 19.99 | 74.1 | - |
| YUV | 124.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 226 | 0.27 | 0.62 | 0 | 0.11 | 274.04 | 0.71 | 0.61 |
| Hex | A5 | 55 | E2 | 1B | 3E | 0 | B | 112 | 47 | 3D |
| Octal | 245 | 125 | 342 | 33 | 76 | 0 | 13 | 422 | 107 | 75 |
| Binary | 10100101 | 1010101 | 11100010 | 11011 | 111110 | 0 | 1011 | 100010010 | 1000111 | 111101 |
Color Harmonies of #A555E2
Complementary color
Monochromatic Colors of #A555E2
Black with #A555E2
Text Example
Text Example
White with #A555E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A555E2; }
p { color: rgb(165,85,226); }
H1.HeaderClassName
{
color: #A555E2;
}
.AnyTagClassName
{
color: #A555E2;
}
</style>
background-color css
<style>
a { background-color: #A555E2; }
a { background-color: rgb(165,85,226); }
div.DivClassName
{
background-color: #A555E2;
}
.BgClassName
{
background-color: #A555E2;
}
</style>
border-color css
<style>
span { border-color: #A555E2; }
span { border-color: rgb(165,85,226); }
td.TdClassName
{
border-color: #A555E2;
}
.TagClassName
{
border-color: #A555E2;
}
</style>