Shades of Amethyst #A55ADE
Tints of Amethyst #A55ADE
RGB
CMYK
RGB Variations
Color information
#A55ADE (or 0xA55ADE) is known color: Amethyst. HEX triplet: A5, 5A and DE. RGB value is (165,90,222). Sum of RGB (Red+Green+Blue) = 165+90+222=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #A55ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ADE is #5AA521. Grayscale: #7F7F7F. Windows color (decimal): -5940514 or 14572197. OLE color: 14572197.
HSL color Cylindrical-coordinate representation of color #A55ADE: hue angle of 274.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55ADE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 90 | 222 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.13 |
| HSL | 274.09º | 0.67% | 0.61% | - |
| HSV(B) | 274.09º | 0.59% | 0.87% | - |
| XYZ | 32.36 | 20.59 | 71.38 | - |
| YUV | 127.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 222 | 0.26 | 0.59 | 0 | 0.13 | 274.09 | 0.67 | 0.61 |
| Hex | A5 | 5A | DE | 1A | 3B | 0 | D | 112 | 43 | 3D |
| Octal | 245 | 132 | 336 | 32 | 73 | 0 | 15 | 422 | 103 | 75 |
| Binary | 10100101 | 1011010 | 11011110 | 11010 | 111011 | 0 | 1101 | 100010010 | 1000011 | 111101 |
Color Harmonies of #A55ADE
Complementary color
Monochromatic Colors of #A55ADE
Black with #A55ADE
Text Example
Text Example
White with #A55ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55ADE; }
p { color: rgb(165,90,222); }
H1.HeaderClassName
{
color: #A55ADE;
}
.AnyTagClassName
{
color: #A55ADE;
}
</style>
background-color css
<style>
a { background-color: #A55ADE; }
a { background-color: rgb(165,90,222); }
div.DivClassName
{
background-color: #A55ADE;
}
.BgClassName
{
background-color: #A55ADE;
}
</style>
border-color css
<style>
span { border-color: #A55ADE; }
span { border-color: rgb(165,90,222); }
td.TdClassName
{
border-color: #A55ADE;
}
.TagClassName
{
border-color: #A55ADE;
}
</style>