Shades of Amethyst #AB74DC
Tints of Amethyst #AB74DC
RGB
CMYK
RGB Variations
Color information
#AB74DC (or 0xAB74DC) is known color: Amethyst. HEX triplet: AB, 74 and DC. RGB value is (171,116,220). Sum of RGB (Red+Green+Blue) = 171+116+220=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74DC is #548B23. Grayscale: #8F8F8F. Windows color (decimal): -5540644 or 14447787. OLE color: 14447787.
HSL color Cylindrical-coordinate representation of color #AB74DC: hue angle of 271.73º degrees, saturation: 0.6, 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 #AB74DC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 116 | 220 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.14 |
| HSL | 271.73º | 0.6% | 0.66% | - |
| HSV(B) | 271.73º | 0.47% | 0.86% | - |
| XYZ | 35.96 | 26.32 | 70.89 | - |
| YUV | 144.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 220 | 0.22 | 0.47 | 0 | 0.14 | 271.73 | 0.6 | 0.66 |
| Hex | AB | 74 | DC | 16 | 2F | 0 | E | 110 | 3C | 42 |
| Octal | 253 | 164 | 334 | 26 | 57 | 0 | 16 | 420 | 74 | 102 |
| Binary | 10101011 | 1110100 | 11011100 | 10110 | 101111 | 0 | 1110 | 100010000 | 111100 | 1000010 |
Color Harmonies of #AB74DC
Complementary color
Monochromatic Colors of #AB74DC
Black with #AB74DC
Text Example
Text Example
White with #AB74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74DC; }
p { color: rgb(171,116,220); }
H1.HeaderClassName
{
color: #AB74DC;
}
.AnyTagClassName
{
color: #AB74DC;
}
</style>
background-color css
<style>
a { background-color: #AB74DC; }
a { background-color: rgb(171,116,220); }
div.DivClassName
{
background-color: #AB74DC;
}
.BgClassName
{
background-color: #AB74DC;
}
</style>
border-color css
<style>
span { border-color: #AB74DC; }
span { border-color: rgb(171,116,220); }
td.TdClassName
{
border-color: #AB74DC;
}
.TagClassName
{
border-color: #AB74DC;
}
</style>