Shades of Amethyst #A55CCE
Tints of Amethyst #A55CCE
RGB
CMYK
RGB Variations
Color information
#A55CCE (or 0xA55CCE) is known color: Amethyst. HEX triplet: A5, 5C and CE. RGB value is (165,92,206). Sum of RGB (Red+Green+Blue) = 165+92+206=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #A55CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CCE is #5AA331. Grayscale: #7E7E7E. Windows color (decimal): -5940018 or 13524133. OLE color: 13524133.
HSL color Cylindrical-coordinate representation of color #A55CCE: hue angle of 278.42º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A55CCE is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 92 | 206 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.19 |
| HSL | 278.42º | 0.54% | 0.58% | - |
| HSV(B) | 278.42º | 0.55% | 0.81% | - |
| XYZ | 30.48 | 20.11 | 60.67 | - |
| YUV | 126.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 206 | 0.20 | 0.55 | 0 | 0.19 | 278.42 | 0.54 | 0.58 |
| Hex | A5 | 5C | CE | 14 | 37 | 0 | 13 | 116 | 36 | 3A |
| Octal | 245 | 134 | 316 | 24 | 67 | 0 | 23 | 426 | 66 | 72 |
| Binary | 10100101 | 1011100 | 11001110 | 10100 | 110111 | 0 | 10011 | 100010110 | 110110 | 111010 |
Color Harmonies of #A55CCE
Complementary color
Monochromatic Colors of #A55CCE
Black with #A55CCE
Text Example
Text Example
White with #A55CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CCE; }
p { color: rgb(165,92,206); }
H1.HeaderClassName
{
color: #A55CCE;
}
.AnyTagClassName
{
color: #A55CCE;
}
</style>
background-color css
<style>
a { background-color: #A55CCE; }
a { background-color: rgb(165,92,206); }
div.DivClassName
{
background-color: #A55CCE;
}
.BgClassName
{
background-color: #A55CCE;
}
</style>
border-color css
<style>
span { border-color: #A55CCE; }
span { border-color: rgb(165,92,206); }
td.TdClassName
{
border-color: #A55CCE;
}
.TagClassName
{
border-color: #A55CCE;
}
</style>