Shades of Amethyst #A55BEA
Tints of Amethyst #A55BEA
RGB
CMYK
RGB Variations
Color information
#A55BEA (or 0xA55BEA) is known color: Amethyst. HEX triplet: A5, 5B and EA. RGB value is (165,91,234). Sum of RGB (Red+Green+Blue) = 165+91+234=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #A55BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BEA is #5AA415. Grayscale: #808080. Windows color (decimal): -5940246 or 15358885. OLE color: 15358885.
HSL color Cylindrical-coordinate representation of color #A55BEA: hue angle of 271.05º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55BEA is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 91 | 234 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.08 |
| HSL | 271.05º | 0.77% | 0.64% | - |
| HSV(B) | 271.05º | 0.61% | 0.92% | - |
| XYZ | 34.11 | 21.42 | 80.18 | - |
| YUV | 129.43 | 187.02 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 234 | 0.29 | 0.61 | 0 | 0.08 | 271.05 | 0.77 | 0.64 |
| Hex | A5 | 5B | EA | 1D | 3D | 0 | 8 | 10F | 4D | 40 |
| Octal | 245 | 133 | 352 | 35 | 75 | 0 | 10 | 417 | 115 | 100 |
| Binary | 10100101 | 1011011 | 11101010 | 11101 | 111101 | 0 | 1000 | 100001111 | 1001101 | 1000000 |
Color Harmonies of #A55BEA
Complementary color
Monochromatic Colors of #A55BEA
Black with #A55BEA
Text Example
Text Example
White with #A55BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BEA; }
p { color: rgb(165,91,234); }
H1.HeaderClassName
{
color: #A55BEA;
}
.AnyTagClassName
{
color: #A55BEA;
}
</style>
background-color css
<style>
a { background-color: #A55BEA; }
a { background-color: rgb(165,91,234); }
div.DivClassName
{
background-color: #A55BEA;
}
.BgClassName
{
background-color: #A55BEA;
}
</style>
border-color css
<style>
span { border-color: #A55BEA; }
span { border-color: rgb(165,91,234); }
td.TdClassName
{
border-color: #A55BEA;
}
.TagClassName
{
border-color: #A55BEA;
}
</style>