Shades of Amethyst #AB74DD
Tints of Amethyst #AB74DD
RGB
CMYK
RGB Variations
Color information
#AB74DD (or 0xAB74DD) is known color: Amethyst. HEX triplet: AB, 74 and DD. RGB value is (171,116,221). Sum of RGB (Red+Green+Blue) = 171+116+221=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74DD is #548B22. Grayscale: #909090. Windows color (decimal): -5540643 or 14513323. OLE color: 14513323.
HSL color Cylindrical-coordinate representation of color #AB74DD: hue angle of 271.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB74DD is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 116 | 221 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.13 |
| HSL | 271.43º | 0.61% | 0.66% | - |
| HSV(B) | 271.43º | 0.48% | 0.87% | - |
| XYZ | 36.09 | 26.37 | 71.59 | - |
| YUV | 144.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 221 | 0.23 | 0.48 | 0 | 0.13 | 271.43 | 0.61 | 0.66 |
| Hex | AB | 74 | DD | 17 | 30 | 0 | D | 10F | 3D | 42 |
| Octal | 253 | 164 | 335 | 27 | 60 | 0 | 15 | 417 | 75 | 102 |
| Binary | 10101011 | 1110100 | 11011101 | 10111 | 110000 | 0 | 1101 | 100001111 | 111101 | 1000010 |
Color Harmonies of #AB74DD
Complementary color
Monochromatic Colors of #AB74DD
Black with #AB74DD
Text Example
Text Example
White with #AB74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74DD; }
p { color: rgb(171,116,221); }
H1.HeaderClassName
{
color: #AB74DD;
}
.AnyTagClassName
{
color: #AB74DD;
}
</style>
background-color css
<style>
a { background-color: #AB74DD; }
a { background-color: rgb(171,116,221); }
div.DivClassName
{
background-color: #AB74DD;
}
.BgClassName
{
background-color: #AB74DD;
}
</style>
border-color css
<style>
span { border-color: #AB74DD; }
span { border-color: rgb(171,116,221); }
td.TdClassName
{
border-color: #AB74DD;
}
.TagClassName
{
border-color: #AB74DD;
}
</style>