Shades of Amethyst #A55CEB
Tints of Amethyst #A55CEB
RGB
CMYK
RGB Variations
Color information
#A55CEB (or 0xA55CEB) is known color: Amethyst. HEX triplet: A5, 5C and EB. RGB value is (165,92,235). Sum of RGB (Red+Green+Blue) = 165+92+235=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #A55CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CEB is #5AA314. Grayscale: #818181. Windows color (decimal): -5939989 or 15424677. OLE color: 15424677.
HSL color Cylindrical-coordinate representation of color #A55CEB: hue angle of 270.63º degrees, saturation: 0.78, 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 #A55CEB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 92 | 235 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.08 |
| HSL | 270.63º | 0.78% | 0.64% | - |
| HSV(B) | 270.63º | 0.61% | 0.92% | - |
| XYZ | 34.34 | 21.65 | 80.97 | - |
| YUV | 130.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 235 | 0.30 | 0.61 | 0 | 0.08 | 270.63 | 0.78 | 0.64 |
| Hex | A5 | 5C | EB | 1E | 3D | 0 | 8 | 10F | 4E | 40 |
| Octal | 245 | 134 | 353 | 36 | 75 | 0 | 10 | 417 | 116 | 100 |
| Binary | 10100101 | 1011100 | 11101011 | 11110 | 111101 | 0 | 1000 | 100001111 | 1001110 | 1000000 |
Color Harmonies of #A55CEB
Complementary color
Monochromatic Colors of #A55CEB
Black with #A55CEB
Text Example
Text Example
White with #A55CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CEB; }
p { color: rgb(165,92,235); }
H1.HeaderClassName
{
color: #A55CEB;
}
.AnyTagClassName
{
color: #A55CEB;
}
</style>
background-color css
<style>
a { background-color: #A55CEB; }
a { background-color: rgb(165,92,235); }
div.DivClassName
{
background-color: #A55CEB;
}
.BgClassName
{
background-color: #A55CEB;
}
</style>
border-color css
<style>
span { border-color: #A55CEB; }
span { border-color: rgb(165,92,235); }
td.TdClassName
{
border-color: #A55CEB;
}
.TagClassName
{
border-color: #A55CEB;
}
</style>