Shades of Amethyst #AB76CF
Tints of Amethyst #AB76CF
RGB
CMYK
RGB Variations
Color information
#AB76CF (or 0xAB76CF) is known color: Amethyst. HEX triplet: AB, 76 and CF. RGB value is (171,118,207). Sum of RGB (Red+Green+Blue) = 171+118+207=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76CF is #548930. Grayscale: #8F8F8F. Windows color (decimal): -5540145 or 13596331. OLE color: 13596331.
HSL color Cylindrical-coordinate representation of color #AB76CF: hue angle of 275.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB76CF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 118 | 207 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.19 |
| HSL | 275.73º | 0.48% | 0.64% | - |
| HSV(B) | 275.73º | 0.43% | 0.81% | - |
| XYZ | 34.54 | 26.12 | 62.25 | - |
| YUV | 143.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 207 | 0.17 | 0.43 | 0 | 0.19 | 275.73 | 0.48 | 0.64 |
| Hex | AB | 76 | CF | 11 | 2B | 0 | 13 | 114 | 30 | 40 |
| Octal | 253 | 166 | 317 | 21 | 53 | 0 | 23 | 424 | 60 | 100 |
| Binary | 10101011 | 1110110 | 11001111 | 10001 | 101011 | 0 | 10011 | 100010100 | 110000 | 1000000 |
Color Harmonies of #AB76CF
Complementary color
Monochromatic Colors of #AB76CF
Black with #AB76CF
Text Example
Text Example
White with #AB76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76CF; }
p { color: rgb(171,118,207); }
H1.HeaderClassName
{
color: #AB76CF;
}
.AnyTagClassName
{
color: #AB76CF;
}
</style>
background-color css
<style>
a { background-color: #AB76CF; }
a { background-color: rgb(171,118,207); }
div.DivClassName
{
background-color: #AB76CF;
}
.BgClassName
{
background-color: #AB76CF;
}
</style>
border-color css
<style>
span { border-color: #AB76CF; }
span { border-color: rgb(171,118,207); }
td.TdClassName
{
border-color: #AB76CF;
}
.TagClassName
{
border-color: #AB76CF;
}
</style>