Shades of Amethyst #AB77D7
Tints of Amethyst #AB77D7
RGB
CMYK
RGB Variations
Color information
#AB77D7 (or 0xAB77D7) is known color: Amethyst. HEX triplet: AB, 77 and D7. RGB value is (171,119,215). Sum of RGB (Red+Green+Blue) = 171+119+215=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB77D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77D7 is #548828. Grayscale: #919191. Windows color (decimal): -5539881 or 14120875. OLE color: 14120875.
HSL color Cylindrical-coordinate representation of color #AB77D7: hue angle of 272.5º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB77D7 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 119 | 215 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.16 |
| HSL | 272.5º | 0.55% | 0.65% | - |
| HSV(B) | 272.5º | 0.45% | 0.84% | - |
| XYZ | 35.66 | 26.76 | 67.58 | - |
| YUV | 145.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 215 | 0.20 | 0.45 | 0 | 0.16 | 272.5 | 0.55 | 0.65 |
| Hex | AB | 77 | D7 | 14 | 2D | 0 | 10 | 110 | 37 | 41 |
| Octal | 253 | 167 | 327 | 24 | 55 | 0 | 20 | 420 | 67 | 101 |
| Binary | 10101011 | 1110111 | 11010111 | 10100 | 101101 | 0 | 10000 | 100010000 | 110111 | 1000001 |
Color Harmonies of #AB77D7
Complementary color
Monochromatic Colors of #AB77D7
Black with #AB77D7
Text Example
Text Example
White with #AB77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77D7; }
p { color: rgb(171,119,215); }
H1.HeaderClassName
{
color: #AB77D7;
}
.AnyTagClassName
{
color: #AB77D7;
}
</style>
background-color css
<style>
a { background-color: #AB77D7; }
a { background-color: rgb(171,119,215); }
div.DivClassName
{
background-color: #AB77D7;
}
.BgClassName
{
background-color: #AB77D7;
}
</style>
border-color css
<style>
span { border-color: #AB77D7; }
span { border-color: rgb(171,119,215); }
td.TdClassName
{
border-color: #AB77D7;
}
.TagClassName
{
border-color: #AB77D7;
}
</style>