Shades of Amethyst #AB77CD
Tints of Amethyst #AB77CD
RGB
CMYK
RGB Variations
Color information
#AB77CD (or 0xAB77CD) is known color: Amethyst. HEX triplet: AB, 77 and CD. RGB value is (171,119,205). Sum of RGB (Red+Green+Blue) = 171+119+205=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77CD is #548832. Grayscale: #909090. Windows color (decimal): -5539891 or 13465515. OLE color: 13465515.
HSL color Cylindrical-coordinate representation of color #AB77CD: hue angle of 276.28º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB77CD is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 119 | 205 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.20 |
| HSL | 276.28º | 0.46% | 0.64% | - |
| HSV(B) | 276.28º | 0.42% | 0.8% | - |
| XYZ | 34.41 | 26.26 | 61.01 | - |
| YUV | 144.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 205 | 0.17 | 0.42 | 0 | 0.20 | 276.28 | 0.46 | 0.64 |
| Hex | AB | 77 | CD | 11 | 2A | 0 | 14 | 114 | 2E | 40 |
| Octal | 253 | 167 | 315 | 21 | 52 | 0 | 24 | 424 | 56 | 100 |
| Binary | 10101011 | 1110111 | 11001101 | 10001 | 101010 | 0 | 10100 | 100010100 | 101110 | 1000000 |
Color Harmonies of #AB77CD
Complementary color
Monochromatic Colors of #AB77CD
Black with #AB77CD
Text Example
Text Example
White with #AB77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77CD; }
p { color: rgb(171,119,205); }
H1.HeaderClassName
{
color: #AB77CD;
}
.AnyTagClassName
{
color: #AB77CD;
}
</style>
background-color css
<style>
a { background-color: #AB77CD; }
a { background-color: rgb(171,119,205); }
div.DivClassName
{
background-color: #AB77CD;
}
.BgClassName
{
background-color: #AB77CD;
}
</style>
border-color css
<style>
span { border-color: #AB77CD; }
span { border-color: rgb(171,119,205); }
td.TdClassName
{
border-color: #AB77CD;
}
.TagClassName
{
border-color: #AB77CD;
}
</style>