Shades of Amethyst #A55AEA
Tints of Amethyst #A55AEA
RGB
CMYK
RGB Variations
Color information
#A55AEA (or 0xA55AEA) is known color: Amethyst. HEX triplet: A5, 5A and EA. RGB value is (165,90,234). Sum of RGB (Red+Green+Blue) = 165+90+234=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #A55AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AEA is #5AA515. Grayscale: #808080. Windows color (decimal): -5940502 or 15358629. OLE color: 15358629.
HSL color Cylindrical-coordinate representation of color #A55AEA: hue angle of 271.25º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55AEA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 90 | 234 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.08 |
| HSL | 271.25º | 0.77% | 0.64% | - |
| HSV(B) | 271.25º | 0.62% | 0.92% | - |
| XYZ | 34.02 | 21.25 | 80.15 | - |
| YUV | 128.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 234 | 0.29 | 0.62 | 0 | 0.08 | 271.25 | 0.77 | 0.64 |
| Hex | A5 | 5A | EA | 1D | 3E | 0 | 8 | 10F | 4D | 40 |
| Octal | 245 | 132 | 352 | 35 | 76 | 0 | 10 | 417 | 115 | 100 |
| Binary | 10100101 | 1011010 | 11101010 | 11101 | 111110 | 0 | 1000 | 100001111 | 1001101 | 1000000 |
Color Harmonies of #A55AEA
Complementary color
Monochromatic Colors of #A55AEA
Black with #A55AEA
Text Example
Text Example
White with #A55AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AEA; }
p { color: rgb(165,90,234); }
H1.HeaderClassName
{
color: #A55AEA;
}
.AnyTagClassName
{
color: #A55AEA;
}
</style>
background-color css
<style>
a { background-color: #A55AEA; }
a { background-color: rgb(165,90,234); }
div.DivClassName
{
background-color: #A55AEA;
}
.BgClassName
{
background-color: #A55AEA;
}
</style>
border-color css
<style>
span { border-color: #A55AEA; }
span { border-color: rgb(165,90,234); }
td.TdClassName
{
border-color: #A55AEA;
}
.TagClassName
{
border-color: #A55AEA;
}
</style>