Shades of Amethyst #AB77DC
Tints of Amethyst #AB77DC
RGB
CMYK
RGB Variations
Color information
#AB77DC (or 0xAB77DC) is known color: Amethyst. HEX triplet: AB, 77 and DC. RGB value is (171,119,220). Sum of RGB (Red+Green+Blue) = 171+119+220=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77DC is #548823. Grayscale: #919191. Windows color (decimal): -5539876 or 14448555. OLE color: 14448555.
HSL color Cylindrical-coordinate representation of color #AB77DC: hue angle of 270.89º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB77DC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 119 | 220 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.14 |
| HSL | 270.89º | 0.59% | 0.66% | - |
| HSV(B) | 270.89º | 0.46% | 0.86% | - |
| XYZ | 36.31 | 27.02 | 71.01 | - |
| YUV | 146.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 220 | 0.22 | 0.46 | 0 | 0.14 | 270.89 | 0.59 | 0.66 |
| Hex | AB | 77 | DC | 16 | 2E | 0 | E | 10F | 3B | 42 |
| Octal | 253 | 167 | 334 | 26 | 56 | 0 | 16 | 417 | 73 | 102 |
| Binary | 10101011 | 1110111 | 11011100 | 10110 | 101110 | 0 | 1110 | 100001111 | 111011 | 1000010 |
Color Harmonies of #AB77DC
Complementary color
Monochromatic Colors of #AB77DC
Black with #AB77DC
Text Example
Text Example
White with #AB77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77DC; }
p { color: rgb(171,119,220); }
H1.HeaderClassName
{
color: #AB77DC;
}
.AnyTagClassName
{
color: #AB77DC;
}
</style>
background-color css
<style>
a { background-color: #AB77DC; }
a { background-color: rgb(171,119,220); }
div.DivClassName
{
background-color: #AB77DC;
}
.BgClassName
{
background-color: #AB77DC;
}
</style>
border-color css
<style>
span { border-color: #AB77DC; }
span { border-color: rgb(171,119,220); }
td.TdClassName
{
border-color: #AB77DC;
}
.TagClassName
{
border-color: #AB77DC;
}
</style>