Shades of Amethyst #AB76CC
Tints of Amethyst #AB76CC
RGB
CMYK
RGB Variations
Color information
#AB76CC (or 0xAB76CC) is known color: Amethyst. HEX triplet: AB, 76 and CC. RGB value is (171,118,204). Sum of RGB (Red+Green+Blue) = 171+118+204=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76CC is #548933. Grayscale: #8F8F8F. Windows color (decimal): -5540148 or 13399723. OLE color: 13399723.
HSL color Cylindrical-coordinate representation of color #AB76CC: hue angle of 276.98º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB76CC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 118 | 204 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.2 |
| HSL | 276.98º | 0.46% | 0.63% | - |
| HSV(B) | 276.98º | 0.42% | 0.8% | - |
| XYZ | 34.17 | 25.97 | 60.34 | - |
| YUV | 143.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 204 | 0.16 | 0.42 | 0 | 0.2 | 276.98 | 0.46 | 0.63 |
| Hex | AB | 76 | CC | 10 | 2A | 0 | 14 | 115 | 2E | 3F |
| Octal | 253 | 166 | 314 | 20 | 52 | 0 | 24 | 425 | 56 | 77 |
| Binary | 10101011 | 1110110 | 11001100 | 10000 | 101010 | 0 | 10100 | 100010101 | 101110 | 111111 |
Color Harmonies of #AB76CC
Complementary color
Monochromatic Colors of #AB76CC
Black with #AB76CC
Text Example
Text Example
White with #AB76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76CC; }
p { color: rgb(171,118,204); }
H1.HeaderClassName
{
color: #AB76CC;
}
.AnyTagClassName
{
color: #AB76CC;
}
</style>
background-color css
<style>
a { background-color: #AB76CC; }
a { background-color: rgb(171,118,204); }
div.DivClassName
{
background-color: #AB76CC;
}
.BgClassName
{
background-color: #AB76CC;
}
</style>
border-color css
<style>
span { border-color: #AB76CC; }
span { border-color: rgb(171,118,204); }
td.TdClassName
{
border-color: #AB76CC;
}
.TagClassName
{
border-color: #AB76CC;
}
</style>