Shades of Amethyst #A153DB
Tints of Amethyst #A153DB
RGB
CMYK
RGB Variations
Color information
#A153DB (or 0xA153DB) is known color: Amethyst. HEX triplet: A1, 53 and DB. RGB value is (161,83,219). Sum of RGB (Red+Green+Blue) = 161+83+219=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A153DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153DB is #5EAC24. Grayscale: #797979. Windows color (decimal): -6204453 or 14373793. OLE color: 14373793.
HSL color Cylindrical-coordinate representation of color #A153DB: hue angle of 274.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A153DB is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 83 | 219 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.14 |
| HSL | 274.41º | 0.65% | 0.59% | - |
| HSV(B) | 274.41º | 0.62% | 0.86% | - |
| XYZ | 30.58 | 18.88 | 69.05 | - |
| YUV | 121.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 219 | 0.26 | 0.62 | 0 | 0.14 | 274.41 | 0.65 | 0.59 |
| Hex | A1 | 53 | DB | 1A | 3E | 0 | E | 112 | 41 | 3B |
| Octal | 241 | 123 | 333 | 32 | 76 | 0 | 16 | 422 | 101 | 73 |
| Binary | 10100001 | 1010011 | 11011011 | 11010 | 111110 | 0 | 1110 | 100010010 | 1000001 | 111011 |
Color Harmonies of #A153DB
Complementary color
Monochromatic Colors of #A153DB
Black with #A153DB
Text Example
Text Example
White with #A153DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153DB; }
p { color: rgb(161,83,219); }
H1.HeaderClassName
{
color: #A153DB;
}
.AnyTagClassName
{
color: #A153DB;
}
</style>
background-color css
<style>
a { background-color: #A153DB; }
a { background-color: rgb(161,83,219); }
div.DivClassName
{
background-color: #A153DB;
}
.BgClassName
{
background-color: #A153DB;
}
</style>
border-color css
<style>
span { border-color: #A153DB; }
span { border-color: rgb(161,83,219); }
td.TdClassName
{
border-color: #A153DB;
}
.TagClassName
{
border-color: #A153DB;
}
</style>