Shades of Amethyst #A455DB
Tints of Amethyst #A455DB
RGB
CMYK
RGB Variations
Color information
#A455DB (or 0xA455DB) is known color: Amethyst. HEX triplet: A4, 55 and DB. RGB value is (164,85,219). Sum of RGB (Red+Green+Blue) = 164+85+219=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #A455DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455DB is #5BAA24. Grayscale: #7B7B7B. Windows color (decimal): -6007333 or 14374308. OLE color: 14374308.
HSL color Cylindrical-coordinate representation of color #A455DB: hue angle of 275.37º 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 #A455DB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 85 | 219 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.14 |
| HSL | 275.37º | 0.65% | 0.6% | - |
| HSV(B) | 275.37º | 0.61% | 0.86% | - |
| XYZ | 31.34 | 19.5 | 69.13 | - |
| YUV | 123.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 219 | 0.25 | 0.61 | 0 | 0.14 | 275.37 | 0.65 | 0.6 |
| Hex | A4 | 55 | DB | 19 | 3D | 0 | E | 113 | 41 | 3C |
| Octal | 244 | 125 | 333 | 31 | 75 | 0 | 16 | 423 | 101 | 74 |
| Binary | 10100100 | 1010101 | 11011011 | 11001 | 111101 | 0 | 1110 | 100010011 | 1000001 | 111100 |
Color Harmonies of #A455DB
Complementary color
Monochromatic Colors of #A455DB
Black with #A455DB
Text Example
Text Example
White with #A455DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455DB; }
p { color: rgb(164,85,219); }
H1.HeaderClassName
{
color: #A455DB;
}
.AnyTagClassName
{
color: #A455DB;
}
</style>
background-color css
<style>
a { background-color: #A455DB; }
a { background-color: rgb(164,85,219); }
div.DivClassName
{
background-color: #A455DB;
}
.BgClassName
{
background-color: #A455DB;
}
</style>
border-color css
<style>
span { border-color: #A455DB; }
span { border-color: rgb(164,85,219); }
td.TdClassName
{
border-color: #A455DB;
}
.TagClassName
{
border-color: #A455DB;
}
</style>