Shades of Amethyst #A55BDF
Tints of Amethyst #A55BDF
RGB
CMYK
RGB Variations
Color information
#A55BDF (or 0xA55BDF) is known color: Amethyst. HEX triplet: A5, 5B and DF. RGB value is (165,91,223). Sum of RGB (Red+Green+Blue) = 165+91+223=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #A55BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BDF is #5AA420. Grayscale: #7F7F7F. Windows color (decimal): -5940257 or 14637989. OLE color: 14637989.
HSL color Cylindrical-coordinate representation of color #A55BDF: hue angle of 273.64º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55BDF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 91 | 223 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.13 |
| HSL | 273.64º | 0.67% | 0.62% | - |
| HSV(B) | 273.64º | 0.59% | 0.87% | - |
| XYZ | 32.58 | 20.81 | 72.11 | - |
| YUV | 128.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 223 | 0.26 | 0.59 | 0 | 0.13 | 273.64 | 0.67 | 0.62 |
| Hex | A5 | 5B | DF | 1A | 3B | 0 | D | 112 | 43 | 3E |
| Octal | 245 | 133 | 337 | 32 | 73 | 0 | 15 | 422 | 103 | 76 |
| Binary | 10100101 | 1011011 | 11011111 | 11010 | 111011 | 0 | 1101 | 100010010 | 1000011 | 111110 |
Color Harmonies of #A55BDF
Complementary color
Monochromatic Colors of #A55BDF
Black with #A55BDF
Text Example
Text Example
White with #A55BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BDF; }
p { color: rgb(165,91,223); }
H1.HeaderClassName
{
color: #A55BDF;
}
.AnyTagClassName
{
color: #A55BDF;
}
</style>
background-color css
<style>
a { background-color: #A55BDF; }
a { background-color: rgb(165,91,223); }
div.DivClassName
{
background-color: #A55BDF;
}
.BgClassName
{
background-color: #A55BDF;
}
</style>
border-color css
<style>
span { border-color: #A55BDF; }
span { border-color: rgb(165,91,223); }
td.TdClassName
{
border-color: #A55BDF;
}
.TagClassName
{
border-color: #A55BDF;
}
</style>