Shades of Amethyst #A55ADD
Tints of Amethyst #A55ADD
RGB
CMYK
RGB Variations
Color information
#A55ADD (or 0xA55ADD) is known color: Amethyst. HEX triplet: A5, 5A and DD. RGB value is (165,90,221). Sum of RGB (Red+Green+Blue) = 165+90+221=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A55ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ADD is #5AA522. Grayscale: #7E7E7E. Windows color (decimal): -5940515 or 14506661. OLE color: 14506661.
HSL color Cylindrical-coordinate representation of color #A55ADD: hue angle of 274.35º degrees, saturation: 0.66, 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 #A55ADD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 90 | 221 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.13 |
| HSL | 274.35º | 0.66% | 0.61% | - |
| HSV(B) | 274.35º | 0.59% | 0.87% | - |
| XYZ | 32.22 | 20.53 | 70.67 | - |
| YUV | 127.36 | 180.85 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 221 | 0.25 | 0.59 | 0 | 0.13 | 274.35 | 0.66 | 0.61 |
| Hex | A5 | 5A | DD | 19 | 3B | 0 | D | 112 | 42 | 3D |
| Octal | 245 | 132 | 335 | 31 | 73 | 0 | 15 | 422 | 102 | 75 |
| Binary | 10100101 | 1011010 | 11011101 | 11001 | 111011 | 0 | 1101 | 100010010 | 1000010 | 111101 |
Color Harmonies of #A55ADD
Complementary color
Monochromatic Colors of #A55ADD
Black with #A55ADD
Text Example
Text Example
White with #A55ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55ADD; }
p { color: rgb(165,90,221); }
H1.HeaderClassName
{
color: #A55ADD;
}
.AnyTagClassName
{
color: #A55ADD;
}
</style>
background-color css
<style>
a { background-color: #A55ADD; }
a { background-color: rgb(165,90,221); }
div.DivClassName
{
background-color: #A55ADD;
}
.BgClassName
{
background-color: #A55ADD;
}
</style>
border-color css
<style>
span { border-color: #A55ADD; }
span { border-color: rgb(165,90,221); }
td.TdClassName
{
border-color: #A55ADD;
}
.TagClassName
{
border-color: #A55ADD;
}
</style>