Shades of Amethyst #A55CDA
Tints of Amethyst #A55CDA
RGB
CMYK
RGB Variations
Color information
#A55CDA (or 0xA55CDA) is known color: Amethyst. HEX triplet: A5, 5C and DA. RGB value is (165,92,218). Sum of RGB (Red+Green+Blue) = 165+92+218=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #A55CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CDA is #5AA325. Grayscale: #7F7F7F. Windows color (decimal): -5940006 or 14310565. OLE color: 14310565.
HSL color Cylindrical-coordinate representation of color #A55CDA: hue angle of 274.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55CDA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 92 | 218 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.15 |
| HSL | 274.76º | 0.63% | 0.61% | - |
| HSV(B) | 274.76º | 0.58% | 0.85% | - |
| XYZ | 32 | 20.72 | 68.64 | - |
| YUV | 128.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 218 | 0.24 | 0.58 | 0 | 0.15 | 274.76 | 0.63 | 0.61 |
| Hex | A5 | 5C | DA | 18 | 3A | 0 | F | 113 | 3F | 3D |
| Octal | 245 | 134 | 332 | 30 | 72 | 0 | 17 | 423 | 77 | 75 |
| Binary | 10100101 | 1011100 | 11011010 | 11000 | 111010 | 0 | 1111 | 100010011 | 111111 | 111101 |
Color Harmonies of #A55CDA
Complementary color
Monochromatic Colors of #A55CDA
Black with #A55CDA
Text Example
Text Example
White with #A55CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CDA; }
p { color: rgb(165,92,218); }
H1.HeaderClassName
{
color: #A55CDA;
}
.AnyTagClassName
{
color: #A55CDA;
}
</style>
background-color css
<style>
a { background-color: #A55CDA; }
a { background-color: rgb(165,92,218); }
div.DivClassName
{
background-color: #A55CDA;
}
.BgClassName
{
background-color: #A55CDA;
}
</style>
border-color css
<style>
span { border-color: #A55CDA; }
span { border-color: rgb(165,92,218); }
td.TdClassName
{
border-color: #A55CDA;
}
.TagClassName
{
border-color: #A55CDA;
}
</style>