Shades of Amethyst #AB77DA
Tints of Amethyst #AB77DA
RGB
CMYK
RGB Variations
Color information
#AB77DA (or 0xAB77DA) is known color: Amethyst. HEX triplet: AB, 77 and DA. RGB value is (171,119,218). Sum of RGB (Red+Green+Blue) = 171+119+218=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB77DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77DA is #548825. Grayscale: #919191. Windows color (decimal): -5539878 or 14317483. OLE color: 14317483.
HSL color Cylindrical-coordinate representation of color #AB77DA: hue angle of 271.52º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB77DA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 119 | 218 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.15 |
| HSL | 271.52º | 0.57% | 0.66% | - |
| HSV(B) | 271.52º | 0.45% | 0.85% | - |
| XYZ | 36.05 | 26.91 | 69.62 | - |
| YUV | 145.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 218 | 0.22 | 0.45 | 0 | 0.15 | 271.52 | 0.57 | 0.66 |
| Hex | AB | 77 | DA | 16 | 2D | 0 | F | 110 | 39 | 42 |
| Octal | 253 | 167 | 332 | 26 | 55 | 0 | 17 | 420 | 71 | 102 |
| Binary | 10101011 | 1110111 | 11011010 | 10110 | 101101 | 0 | 1111 | 100010000 | 111001 | 1000010 |
Color Harmonies of #AB77DA
Complementary color
Monochromatic Colors of #AB77DA
Black with #AB77DA
Text Example
Text Example
White with #AB77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77DA; }
p { color: rgb(171,119,218); }
H1.HeaderClassName
{
color: #AB77DA;
}
.AnyTagClassName
{
color: #AB77DA;
}
</style>
background-color css
<style>
a { background-color: #AB77DA; }
a { background-color: rgb(171,119,218); }
div.DivClassName
{
background-color: #AB77DA;
}
.BgClassName
{
background-color: #AB77DA;
}
</style>
border-color css
<style>
span { border-color: #AB77DA; }
span { border-color: rgb(171,119,218); }
td.TdClassName
{
border-color: #AB77DA;
}
.TagClassName
{
border-color: #AB77DA;
}
</style>