Shades of Amethyst #A55CCD
Tints of Amethyst #A55CCD
RGB
CMYK
RGB Variations
Color information
#A55CCD (or 0xA55CCD) is known color: Amethyst. HEX triplet: A5, 5C and CD. RGB value is (165,92,205). Sum of RGB (Red+Green+Blue) = 165+92+205=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #A55CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CCD is #5AA332. Grayscale: #7E7E7E. Windows color (decimal): -5940019 or 13458597. OLE color: 13458597.
HSL color Cylindrical-coordinate representation of color #A55CCD: hue angle of 278.76º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A55CCD is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 92 | 205 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.20 |
| HSL | 278.76º | 0.53% | 0.58% | - |
| HSV(B) | 278.76º | 0.55% | 0.8% | - |
| XYZ | 30.36 | 20.06 | 60.03 | - |
| YUV | 126.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 205 | 0.20 | 0.55 | 0 | 0.20 | 278.76 | 0.53 | 0.58 |
| Hex | A5 | 5C | CD | 14 | 37 | 0 | 14 | 117 | 35 | 3A |
| Octal | 245 | 134 | 315 | 24 | 67 | 0 | 24 | 427 | 65 | 72 |
| Binary | 10100101 | 1011100 | 11001101 | 10100 | 110111 | 0 | 10100 | 100010111 | 110101 | 111010 |
Color Harmonies of #A55CCD
Complementary color
Monochromatic Colors of #A55CCD
Black with #A55CCD
Text Example
Text Example
White with #A55CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CCD; }
p { color: rgb(165,92,205); }
H1.HeaderClassName
{
color: #A55CCD;
}
.AnyTagClassName
{
color: #A55CCD;
}
</style>
background-color css
<style>
a { background-color: #A55CCD; }
a { background-color: rgb(165,92,205); }
div.DivClassName
{
background-color: #A55CCD;
}
.BgClassName
{
background-color: #A55CCD;
}
</style>
border-color css
<style>
span { border-color: #A55CCD; }
span { border-color: rgb(165,92,205); }
td.TdClassName
{
border-color: #A55CCD;
}
.TagClassName
{
border-color: #A55CCD;
}
</style>