Shades of Amethyst #A55CEA
Tints of Amethyst #A55CEA
RGB
CMYK
RGB Variations
Color information
#A55CEA (or 0xA55CEA) is known color: Amethyst. HEX triplet: A5, 5C and EA. RGB value is (165,92,234). Sum of RGB (Red+Green+Blue) = 165+92+234=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #A55CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CEA is #5AA315. Grayscale: #818181. Windows color (decimal): -5939990 or 15359141. OLE color: 15359141.
HSL color Cylindrical-coordinate representation of color #A55CEA: hue angle of 270.85º 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 #A55CEA is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 92 | 234 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.08 |
| HSL | 270.85º | 0.77% | 0.64% | - |
| HSV(B) | 270.85º | 0.61% | 0.92% | - |
| XYZ | 34.2 | 21.59 | 80.21 | - |
| YUV | 130.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 234 | 0.29 | 0.61 | 0 | 0.08 | 270.85 | 0.77 | 0.64 |
| Hex | A5 | 5C | EA | 1D | 3D | 0 | 8 | 10F | 4D | 40 |
| Octal | 245 | 134 | 352 | 35 | 75 | 0 | 10 | 417 | 115 | 100 |
| Binary | 10100101 | 1011100 | 11101010 | 11101 | 111101 | 0 | 1000 | 100001111 | 1001101 | 1000000 |
Color Harmonies of #A55CEA
Complementary color
Monochromatic Colors of #A55CEA
Black with #A55CEA
Text Example
Text Example
White with #A55CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CEA; }
p { color: rgb(165,92,234); }
H1.HeaderClassName
{
color: #A55CEA;
}
.AnyTagClassName
{
color: #A55CEA;
}
</style>
background-color css
<style>
a { background-color: #A55CEA; }
a { background-color: rgb(165,92,234); }
div.DivClassName
{
background-color: #A55CEA;
}
.BgClassName
{
background-color: #A55CEA;
}
</style>
border-color css
<style>
span { border-color: #A55CEA; }
span { border-color: rgb(165,92,234); }
td.TdClassName
{
border-color: #A55CEA;
}
.TagClassName
{
border-color: #A55CEA;
}
</style>