Shades of Amethyst #A55DEA
Tints of Amethyst #A55DEA
RGB
CMYK
RGB Variations
Color information
#A55DEA (or 0xA55DEA) is known color: Amethyst. HEX triplet: A5, 5D and EA. RGB value is (165,93,234). Sum of RGB (Red+Green+Blue) = 165+93+234=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #A55DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55DEA is #5AA215. Grayscale: #828282. Windows color (decimal): -5939734 or 15359397. OLE color: 15359397.
HSL color Cylindrical-coordinate representation of color #A55DEA: hue angle of 270.64º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A55DEA is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 93 | 234 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.08 |
| HSL | 270.64º | 0.77% | 0.64% | - |
| HSV(B) | 270.64º | 0.6% | 0.92% | - |
| XYZ | 34.28 | 21.77 | 80.24 | - |
| YUV | 130.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 234 | 0.29 | 0.60 | 0 | 0.08 | 270.64 | 0.77 | 0.64 |
| Hex | A5 | 5D | EA | 1D | 3C | 0 | 8 | 10F | 4D | 40 |
| Octal | 245 | 135 | 352 | 35 | 74 | 0 | 10 | 417 | 115 | 100 |
| Binary | 10100101 | 1011101 | 11101010 | 11101 | 111100 | 0 | 1000 | 100001111 | 1001101 | 1000000 |
Color Harmonies of #A55DEA
Complementary color
Monochromatic Colors of #A55DEA
Black with #A55DEA
Text Example
Text Example
White with #A55DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DEA; }
p { color: rgb(165,93,234); }
H1.HeaderClassName
{
color: #A55DEA;
}
.AnyTagClassName
{
color: #A55DEA;
}
</style>
background-color css
<style>
a { background-color: #A55DEA; }
a { background-color: rgb(165,93,234); }
div.DivClassName
{
background-color: #A55DEA;
}
.BgClassName
{
background-color: #A55DEA;
}
</style>
border-color css
<style>
span { border-color: #A55DEA; }
span { border-color: rgb(165,93,234); }
td.TdClassName
{
border-color: #A55DEA;
}
.TagClassName
{
border-color: #A55DEA;
}
</style>