Shades of Amethyst #AB71CA
Tints of Amethyst #AB71CA
RGB
CMYK
RGB Variations
Color information
#AB71CA (or 0xAB71CA) is known color: Amethyst. HEX triplet: AB, 71 and CA. RGB value is (171,113,202). Sum of RGB (Red+Green+Blue) = 171+113+202=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71CA is #548E35. Grayscale: #8C8C8C. Windows color (decimal): -5541430 or 13267371. OLE color: 13267371.
HSL color Cylindrical-coordinate representation of color #AB71CA: hue angle of 279.1º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB71CA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 113 | 202 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.21 |
| HSL | 279.1º | 0.46% | 0.62% | - |
| HSV(B) | 279.1º | 0.44% | 0.79% | - |
| XYZ | 33.36 | 24.73 | 58.89 | - |
| YUV | 140.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 202 | 0.15 | 0.44 | 0 | 0.21 | 279.1 | 0.46 | 0.62 |
| Hex | AB | 71 | CA | F | 2C | 0 | 15 | 117 | 2E | 3E |
| Octal | 253 | 161 | 312 | 17 | 54 | 0 | 25 | 427 | 56 | 76 |
| Binary | 10101011 | 1110001 | 11001010 | 1111 | 101100 | 0 | 10101 | 100010111 | 101110 | 111110 |
Color Harmonies of #AB71CA
Complementary color
Monochromatic Colors of #AB71CA
Black with #AB71CA
Text Example
Text Example
White with #AB71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71CA; }
p { color: rgb(171,113,202); }
H1.HeaderClassName
{
color: #AB71CA;
}
.AnyTagClassName
{
color: #AB71CA;
}
</style>
background-color css
<style>
a { background-color: #AB71CA; }
a { background-color: rgb(171,113,202); }
div.DivClassName
{
background-color: #AB71CA;
}
.BgClassName
{
background-color: #AB71CA;
}
</style>
border-color css
<style>
span { border-color: #AB71CA; }
span { border-color: rgb(171,113,202); }
td.TdClassName
{
border-color: #AB71CA;
}
.TagClassName
{
border-color: #AB71CA;
}
</style>