Shades of Amethyst #A555DB
Tints of Amethyst #A555DB
RGB
CMYK
RGB Variations
Color information
#A555DB (or 0xA555DB) is known color: Amethyst. HEX triplet: A5, 55 and DB. RGB value is (165,85,219). Sum of RGB (Red+Green+Blue) = 165+85+219=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A555DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555DB is #5AAA24. Grayscale: #7B7B7B. Windows color (decimal): -5941797 or 14374309. OLE color: 14374309.
HSL color Cylindrical-coordinate representation of color #A555DB: hue angle of 275.82º 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 #A555DB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 85 | 219 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.14 |
| HSL | 275.82º | 0.65% | 0.6% | - |
| HSV(B) | 275.82º | 0.61% | 0.86% | - |
| XYZ | 31.55 | 19.61 | 69.14 | - |
| YUV | 124.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 219 | 0.25 | 0.61 | 0 | 0.14 | 275.82 | 0.65 | 0.6 |
| Hex | A5 | 55 | DB | 19 | 3D | 0 | E | 114 | 41 | 3C |
| Octal | 245 | 125 | 333 | 31 | 75 | 0 | 16 | 424 | 101 | 74 |
| Binary | 10100101 | 1010101 | 11011011 | 11001 | 111101 | 0 | 1110 | 100010100 | 1000001 | 111100 |
Color Harmonies of #A555DB
Complementary color
Monochromatic Colors of #A555DB
Black with #A555DB
Text Example
Text Example
White with #A555DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A555DB; }
p { color: rgb(165,85,219); }
H1.HeaderClassName
{
color: #A555DB;
}
.AnyTagClassName
{
color: #A555DB;
}
</style>
background-color css
<style>
a { background-color: #A555DB; }
a { background-color: rgb(165,85,219); }
div.DivClassName
{
background-color: #A555DB;
}
.BgClassName
{
background-color: #A555DB;
}
</style>
border-color css
<style>
span { border-color: #A555DB; }
span { border-color: rgb(165,85,219); }
td.TdClassName
{
border-color: #A555DB;
}
.TagClassName
{
border-color: #A555DB;
}
</style>