Shades of Amethyst #AB71E0
Tints of Amethyst #AB71E0
RGB
CMYK
RGB Variations
Color information
#AB71E0 (or 0xAB71E0) is known color: Amethyst. HEX triplet: AB, 71 and E0. RGB value is (171,113,224). Sum of RGB (Red+Green+Blue) = 171+113+224=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB71E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71E0 is #548E1F. Grayscale: #8E8E8E. Windows color (decimal): -5541408 or 14709163. OLE color: 14709163.
HSL color Cylindrical-coordinate representation of color #AB71E0: hue angle of 271.35º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB71E0 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 113 | 224 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.12 |
| HSL | 271.35º | 0.64% | 0.66% | - |
| HSV(B) | 271.35º | 0.5% | 0.88% | - |
| XYZ | 36.15 | 25.85 | 73.61 | - |
| YUV | 143 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 224 | 0.24 | 0.50 | 0 | 0.12 | 271.35 | 0.64 | 0.66 |
| Hex | AB | 71 | E0 | 18 | 32 | 0 | C | 10F | 40 | 42 |
| Octal | 253 | 161 | 340 | 30 | 62 | 0 | 14 | 417 | 100 | 102 |
| Binary | 10101011 | 1110001 | 11100000 | 11000 | 110010 | 0 | 1100 | 100001111 | 1000000 | 1000010 |
Color Harmonies of #AB71E0
Complementary color
Monochromatic Colors of #AB71E0
Black with #AB71E0
Text Example
Text Example
White with #AB71E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71E0; }
p { color: rgb(171,113,224); }
H1.HeaderClassName
{
color: #AB71E0;
}
.AnyTagClassName
{
color: #AB71E0;
}
</style>
background-color css
<style>
a { background-color: #AB71E0; }
a { background-color: rgb(171,113,224); }
div.DivClassName
{
background-color: #AB71E0;
}
.BgClassName
{
background-color: #AB71E0;
}
</style>
border-color css
<style>
span { border-color: #AB71E0; }
span { border-color: rgb(171,113,224); }
td.TdClassName
{
border-color: #AB71E0;
}
.TagClassName
{
border-color: #AB71E0;
}
</style>