Shades of Amethyst #AB73DB
Tints of Amethyst #AB73DB
RGB
CMYK
RGB Variations
Color information
#AB73DB (or 0xAB73DB) is known color: Amethyst. HEX triplet: AB, 73 and DB. RGB value is (171,115,219). Sum of RGB (Red+Green+Blue) = 171+115+219=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB73DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73DB is #548C24. Grayscale: #8F8F8F. Windows color (decimal): -5540901 or 14381995. OLE color: 14381995.
HSL color Cylindrical-coordinate representation of color #AB73DB: hue angle of 272.31º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB73DB is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 115 | 219 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.14 |
| HSL | 272.31º | 0.59% | 0.65% | - |
| HSV(B) | 272.31º | 0.47% | 0.86% | - |
| XYZ | 35.71 | 26.03 | 70.16 | - |
| YUV | 143.6 | 170.55 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 219 | 0.22 | 0.47 | 0 | 0.14 | 272.31 | 0.59 | 0.65 |
| Hex | AB | 73 | DB | 16 | 2F | 0 | E | 110 | 3B | 41 |
| Octal | 253 | 163 | 333 | 26 | 57 | 0 | 16 | 420 | 73 | 101 |
| Binary | 10101011 | 1110011 | 11011011 | 10110 | 101111 | 0 | 1110 | 100010000 | 111011 | 1000001 |
Color Harmonies of #AB73DB
Complementary color
Monochromatic Colors of #AB73DB
Black with #AB73DB
Text Example
Text Example
White with #AB73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73DB; }
p { color: rgb(171,115,219); }
H1.HeaderClassName
{
color: #AB73DB;
}
.AnyTagClassName
{
color: #AB73DB;
}
</style>
background-color css
<style>
a { background-color: #AB73DB; }
a { background-color: rgb(171,115,219); }
div.DivClassName
{
background-color: #AB73DB;
}
.BgClassName
{
background-color: #AB73DB;
}
</style>
border-color css
<style>
span { border-color: #AB73DB; }
span { border-color: rgb(171,115,219); }
td.TdClassName
{
border-color: #AB73DB;
}
.TagClassName
{
border-color: #AB73DB;
}
</style>