Shades of Amethyst #A55DCB
Tints of Amethyst #A55DCB
RGB
CMYK
RGB Variations
Color information
#A55DCB (or 0xA55DCB) is known color: Amethyst. HEX triplet: A5, 5D and CB. RGB value is (165,93,203). Sum of RGB (Red+Green+Blue) = 165+93+203=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #A55DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DCB is #5AA234. Grayscale: #7E7E7E. Windows color (decimal): -5939765 or 13327781. OLE color: 13327781.
HSL color Cylindrical-coordinate representation of color #A55DCB: hue angle of 279.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A55DCB is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 93 | 203 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.20 |
| HSL | 279.27º | 0.51% | 0.58% | - |
| HSV(B) | 279.27º | 0.54% | 0.8% | - |
| XYZ | 30.21 | 20.14 | 58.8 | - |
| YUV | 127.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 203 | 0.19 | 0.54 | 0 | 0.20 | 279.27 | 0.51 | 0.58 |
| Hex | A5 | 5D | CB | 13 | 36 | 0 | 14 | 117 | 33 | 3A |
| Octal | 245 | 135 | 313 | 23 | 66 | 0 | 24 | 427 | 63 | 72 |
| Binary | 10100101 | 1011101 | 11001011 | 10011 | 110110 | 0 | 10100 | 100010111 | 110011 | 111010 |
Color Harmonies of #A55DCB
Complementary color
Monochromatic Colors of #A55DCB
Black with #A55DCB
Text Example
Text Example
White with #A55DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DCB; }
p { color: rgb(165,93,203); }
H1.HeaderClassName
{
color: #A55DCB;
}
.AnyTagClassName
{
color: #A55DCB;
}
</style>
background-color css
<style>
a { background-color: #A55DCB; }
a { background-color: rgb(165,93,203); }
div.DivClassName
{
background-color: #A55DCB;
}
.BgClassName
{
background-color: #A55DCB;
}
</style>
border-color css
<style>
span { border-color: #A55DCB; }
span { border-color: rgb(165,93,203); }
td.TdClassName
{
border-color: #A55DCB;
}
.TagClassName
{
border-color: #A55DCB;
}
</style>