Shades of Amethyst #A55DDA
Tints of Amethyst #A55DDA
RGB
CMYK
RGB Variations
Color information
#A55DDA (or 0xA55DDA) is known color: Amethyst. HEX triplet: A5, 5D and DA. RGB value is (165,93,218). Sum of RGB (Red+Green+Blue) = 165+93+218=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #A55DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DDA is #5AA225. Grayscale: #808080. Windows color (decimal): -5939750 or 14310821. OLE color: 14310821.
HSL color Cylindrical-coordinate representation of color #A55DDA: hue angle of 274.56º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55DDA is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 93 | 218 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.15 |
| HSL | 274.56º | 0.63% | 0.61% | - |
| HSV(B) | 274.56º | 0.57% | 0.85% | - |
| XYZ | 32.09 | 20.89 | 68.67 | - |
| YUV | 128.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 218 | 0.24 | 0.57 | 0 | 0.15 | 274.56 | 0.63 | 0.61 |
| Hex | A5 | 5D | DA | 18 | 39 | 0 | F | 113 | 3F | 3D |
| Octal | 245 | 135 | 332 | 30 | 71 | 0 | 17 | 423 | 77 | 75 |
| Binary | 10100101 | 1011101 | 11011010 | 11000 | 111001 | 0 | 1111 | 100010011 | 111111 | 111101 |
Color Harmonies of #A55DDA
Complementary color
Monochromatic Colors of #A55DDA
Black with #A55DDA
Text Example
Text Example
White with #A55DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DDA; }
p { color: rgb(165,93,218); }
H1.HeaderClassName
{
color: #A55DDA;
}
.AnyTagClassName
{
color: #A55DDA;
}
</style>
background-color css
<style>
a { background-color: #A55DDA; }
a { background-color: rgb(165,93,218); }
div.DivClassName
{
background-color: #A55DDA;
}
.BgClassName
{
background-color: #A55DDA;
}
</style>
border-color css
<style>
span { border-color: #A55DDA; }
span { border-color: rgb(165,93,218); }
td.TdClassName
{
border-color: #A55DDA;
}
.TagClassName
{
border-color: #A55DDA;
}
</style>