Shades of Amethyst #A55CDC
Tints of Amethyst #A55CDC
RGB
CMYK
RGB Variations
Color information
#A55CDC (or 0xA55CDC) is known color: Amethyst. HEX triplet: A5, 5C and DC. RGB value is (165,92,220). Sum of RGB (Red+Green+Blue) = 165+92+220=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #A55CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CDC is #5AA323. Grayscale: #7F7F7F. Windows color (decimal): -5940004 or 14441637. OLE color: 14441637.
HSL color Cylindrical-coordinate representation of color #A55CDC: hue angle of 274.22º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55CDC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 92 | 220 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.14 |
| HSL | 274.22º | 0.65% | 0.61% | - |
| HSV(B) | 274.22º | 0.58% | 0.86% | - |
| XYZ | 32.26 | 20.82 | 70.03 | - |
| YUV | 128.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 220 | 0.25 | 0.58 | 0 | 0.14 | 274.22 | 0.65 | 0.61 |
| Hex | A5 | 5C | DC | 19 | 3A | 0 | E | 112 | 41 | 3D |
| Octal | 245 | 134 | 334 | 31 | 72 | 0 | 16 | 422 | 101 | 75 |
| Binary | 10100101 | 1011100 | 11011100 | 11001 | 111010 | 0 | 1110 | 100010010 | 1000001 | 111101 |
Color Harmonies of #A55CDC
Complementary color
Monochromatic Colors of #A55CDC
Black with #A55CDC
Text Example
Text Example
White with #A55CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CDC; }
p { color: rgb(165,92,220); }
H1.HeaderClassName
{
color: #A55CDC;
}
.AnyTagClassName
{
color: #A55CDC;
}
</style>
background-color css
<style>
a { background-color: #A55CDC; }
a { background-color: rgb(165,92,220); }
div.DivClassName
{
background-color: #A55CDC;
}
.BgClassName
{
background-color: #A55CDC;
}
</style>
border-color css
<style>
span { border-color: #A55CDC; }
span { border-color: rgb(165,92,220); }
td.TdClassName
{
border-color: #A55CDC;
}
.TagClassName
{
border-color: #A55CDC;
}
</style>