Shades of Amethyst #AB71CC
Tints of Amethyst #AB71CC
RGB
CMYK
RGB Variations
Color information
#AB71CC (or 0xAB71CC) is known color: Amethyst. HEX triplet: AB, 71 and CC. RGB value is (171,113,204). Sum of RGB (Red+Green+Blue) = 171+113+204=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB71CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71CC is #548E33. Grayscale: #8C8C8C. Windows color (decimal): -5541428 or 13398443. OLE color: 13398443.
HSL color Cylindrical-coordinate representation of color #AB71CC: hue angle of 278.24º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB71CC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 113 | 204 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.2 |
| HSL | 278.24º | 0.47% | 0.62% | - |
| HSV(B) | 278.24º | 0.45% | 0.8% | - |
| XYZ | 33.6 | 24.83 | 60.15 | - |
| YUV | 140.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 204 | 0.16 | 0.45 | 0 | 0.2 | 278.24 | 0.47 | 0.62 |
| Hex | AB | 71 | CC | 10 | 2D | 0 | 14 | 116 | 2F | 3E |
| Octal | 253 | 161 | 314 | 20 | 55 | 0 | 24 | 426 | 57 | 76 |
| Binary | 10101011 | 1110001 | 11001100 | 10000 | 101101 | 0 | 10100 | 100010110 | 101111 | 111110 |
Color Harmonies of #AB71CC
Complementary color
Monochromatic Colors of #AB71CC
Black with #AB71CC
Text Example
Text Example
White with #AB71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71CC; }
p { color: rgb(171,113,204); }
H1.HeaderClassName
{
color: #AB71CC;
}
.AnyTagClassName
{
color: #AB71CC;
}
</style>
background-color css
<style>
a { background-color: #AB71CC; }
a { background-color: rgb(171,113,204); }
div.DivClassName
{
background-color: #AB71CC;
}
.BgClassName
{
background-color: #AB71CC;
}
</style>
border-color css
<style>
span { border-color: #AB71CC; }
span { border-color: rgb(171,113,204); }
td.TdClassName
{
border-color: #AB71CC;
}
.TagClassName
{
border-color: #AB71CC;
}
</style>