Shades of Amethyst #AB74DB
Tints of Amethyst #AB74DB
RGB
CMYK
RGB Variations
Color information
#AB74DB (or 0xAB74DB) is known color: Amethyst. HEX triplet: AB, 74 and DB. RGB value is (171,116,219). Sum of RGB (Red+Green+Blue) = 171+116+219=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74DB is #548B24. Grayscale: #8F8F8F. Windows color (decimal): -5540645 or 14382251. OLE color: 14382251.
HSL color Cylindrical-coordinate representation of color #AB74DB: hue angle of 272.04º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB74DB is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 116 | 219 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.14 |
| HSL | 272.04º | 0.59% | 0.66% | - |
| HSV(B) | 272.04º | 0.47% | 0.86% | - |
| XYZ | 35.83 | 26.26 | 70.2 | - |
| YUV | 144.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 219 | 0.22 | 0.47 | 0 | 0.14 | 272.04 | 0.59 | 0.66 |
| Hex | AB | 74 | DB | 16 | 2F | 0 | E | 110 | 3B | 42 |
| Octal | 253 | 164 | 333 | 26 | 57 | 0 | 16 | 420 | 73 | 102 |
| Binary | 10101011 | 1110100 | 11011011 | 10110 | 101111 | 0 | 1110 | 100010000 | 111011 | 1000010 |
Color Harmonies of #AB74DB
Complementary color
Monochromatic Colors of #AB74DB
Black with #AB74DB
Text Example
Text Example
White with #AB74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74DB; }
p { color: rgb(171,116,219); }
H1.HeaderClassName
{
color: #AB74DB;
}
.AnyTagClassName
{
color: #AB74DB;
}
</style>
background-color css
<style>
a { background-color: #AB74DB; }
a { background-color: rgb(171,116,219); }
div.DivClassName
{
background-color: #AB74DB;
}
.BgClassName
{
background-color: #AB74DB;
}
</style>
border-color css
<style>
span { border-color: #AB74DB; }
span { border-color: rgb(171,116,219); }
td.TdClassName
{
border-color: #AB74DB;
}
.TagClassName
{
border-color: #AB74DB;
}
</style>