Shades of Amethyst #A55AD7
Tints of Amethyst #A55AD7
RGB
CMYK
RGB Variations
Color information
#A55AD7 (or 0xA55AD7) is known color: Amethyst. HEX triplet: A5, 5A and D7. RGB value is (165,90,215). Sum of RGB (Red+Green+Blue) = 165+90+215=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #A55AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AD7 is #5AA528. Grayscale: #7E7E7E. Windows color (decimal): -5940521 or 14113445. OLE color: 14113445.
HSL color Cylindrical-coordinate representation of color #A55AD7: hue angle of 276º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55AD7 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 90 | 215 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.16 |
| HSL | 276º | 0.61% | 0.6% | - |
| HSV(B) | 276º | 0.58% | 0.84% | - |
| XYZ | 31.44 | 20.22 | 66.54 | - |
| YUV | 126.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 215 | 0.23 | 0.58 | 0 | 0.16 | 276 | 0.61 | 0.6 |
| Hex | A5 | 5A | D7 | 17 | 3A | 0 | 10 | 114 | 3D | 3C |
| Octal | 245 | 132 | 327 | 27 | 72 | 0 | 20 | 424 | 75 | 74 |
| Binary | 10100101 | 1011010 | 11010111 | 10111 | 111010 | 0 | 10000 | 100010100 | 111101 | 111100 |
Color Harmonies of #A55AD7
Complementary color
Monochromatic Colors of #A55AD7
Black with #A55AD7
Text Example
Text Example
White with #A55AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AD7; }
p { color: rgb(165,90,215); }
H1.HeaderClassName
{
color: #A55AD7;
}
.AnyTagClassName
{
color: #A55AD7;
}
</style>
background-color css
<style>
a { background-color: #A55AD7; }
a { background-color: rgb(165,90,215); }
div.DivClassName
{
background-color: #A55AD7;
}
.BgClassName
{
background-color: #A55AD7;
}
</style>
border-color css
<style>
span { border-color: #A55AD7; }
span { border-color: rgb(165,90,215); }
td.TdClassName
{
border-color: #A55AD7;
}
.TagClassName
{
border-color: #A55AD7;
}
</style>