Shades of Amethyst #AB77CE
Tints of Amethyst #AB77CE
RGB
CMYK
RGB Variations
Color information
#AB77CE (or 0xAB77CE) is known color: Amethyst. HEX triplet: AB, 77 and CE. RGB value is (171,119,206). Sum of RGB (Red+Green+Blue) = 171+119+206=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77CE is #548831. Grayscale: #909090. Windows color (decimal): -5539890 or 13531051. OLE color: 13531051.
HSL color Cylindrical-coordinate representation of color #AB77CE: hue angle of 275.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB77CE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 119 | 206 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.19 |
| HSL | 275.86º | 0.47% | 0.64% | - |
| HSV(B) | 275.86º | 0.42% | 0.81% | - |
| XYZ | 34.53 | 26.31 | 61.65 | - |
| YUV | 144.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 206 | 0.17 | 0.42 | 0 | 0.19 | 275.86 | 0.47 | 0.64 |
| Hex | AB | 77 | CE | 11 | 2A | 0 | 13 | 114 | 2F | 40 |
| Octal | 253 | 167 | 316 | 21 | 52 | 0 | 23 | 424 | 57 | 100 |
| Binary | 10101011 | 1110111 | 11001110 | 10001 | 101010 | 0 | 10011 | 100010100 | 101111 | 1000000 |
Color Harmonies of #AB77CE
Complementary color
Monochromatic Colors of #AB77CE
Black with #AB77CE
Text Example
Text Example
White with #AB77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77CE; }
p { color: rgb(171,119,206); }
H1.HeaderClassName
{
color: #AB77CE;
}
.AnyTagClassName
{
color: #AB77CE;
}
</style>
background-color css
<style>
a { background-color: #AB77CE; }
a { background-color: rgb(171,119,206); }
div.DivClassName
{
background-color: #AB77CE;
}
.BgClassName
{
background-color: #AB77CE;
}
</style>
border-color css
<style>
span { border-color: #AB77CE; }
span { border-color: rgb(171,119,206); }
td.TdClassName
{
border-color: #AB77CE;
}
.TagClassName
{
border-color: #AB77CE;
}
</style>