Shades of Amethyst #A055DB
Tints of Amethyst #A055DB
RGB
CMYK
RGB Variations
Color information
#A055DB (or 0xA055DB) is known color: Amethyst. HEX triplet: A0, 55 and DB. RGB value is (160,85,219). Sum of RGB (Red+Green+Blue) = 160+85+219=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #A055DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055DB is #5FAA24. Grayscale: #7A7A7A. Windows color (decimal): -6269477 or 14374304. OLE color: 14374304.
HSL color Cylindrical-coordinate representation of color #A055DB: hue angle of 273.58º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A055DB is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 85 | 219 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.14 |
| HSL | 273.58º | 0.65% | 0.6% | - |
| HSV(B) | 273.58º | 0.61% | 0.86% | - |
| XYZ | 30.53 | 19.09 | 69.09 | - |
| YUV | 122.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 219 | 0.27 | 0.61 | 0 | 0.14 | 273.58 | 0.65 | 0.6 |
| Hex | A0 | 55 | DB | 1B | 3D | 0 | E | 112 | 41 | 3C |
| Octal | 240 | 125 | 333 | 33 | 75 | 0 | 16 | 422 | 101 | 74 |
| Binary | 10100000 | 1010101 | 11011011 | 11011 | 111101 | 0 | 1110 | 100010010 | 1000001 | 111100 |
Color Harmonies of #A055DB
Complementary color
Monochromatic Colors of #A055DB
Black with #A055DB
Text Example
Text Example
White with #A055DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A055DB; }
p { color: rgb(160,85,219); }
H1.HeaderClassName
{
color: #A055DB;
}
.AnyTagClassName
{
color: #A055DB;
}
</style>
background-color css
<style>
a { background-color: #A055DB; }
a { background-color: rgb(160,85,219); }
div.DivClassName
{
background-color: #A055DB;
}
.BgClassName
{
background-color: #A055DB;
}
</style>
border-color css
<style>
span { border-color: #A055DB; }
span { border-color: rgb(160,85,219); }
td.TdClassName
{
border-color: #A055DB;
}
.TagClassName
{
border-color: #A055DB;
}
</style>