Shades of Amethyst #AB68C7
Tints of Amethyst #AB68C7
RGB
CMYK
RGB Variations
Color information
#AB68C7 (or 0xAB68C7) is known color: Amethyst. HEX triplet: AB, 68 and C7. RGB value is (171,104,199). Sum of RGB (Red+Green+Blue) = 171+104+199=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB68C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68C7 is #549738. Grayscale: #868686. Windows color (decimal): -5543737 or 13068459. OLE color: 13068459.
HSL color Cylindrical-coordinate representation of color #AB68C7: hue angle of 282.32º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB68C7 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 104 | 199 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.22 |
| HSL | 282.32º | 0.46% | 0.59% | - |
| HSV(B) | 282.32º | 0.48% | 0.78% | - |
| XYZ | 32.05 | 22.68 | 56.72 | - |
| YUV | 134.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 199 | 0.14 | 0.48 | 0 | 0.22 | 282.32 | 0.46 | 0.59 |
| Hex | AB | 68 | C7 | E | 30 | 0 | 16 | 11A | 2E | 3B |
| Octal | 253 | 150 | 307 | 16 | 60 | 0 | 26 | 432 | 56 | 73 |
| Binary | 10101011 | 1101000 | 11000111 | 1110 | 110000 | 0 | 10110 | 100011010 | 101110 | 111011 |
Color Harmonies of #AB68C7
Complementary color
Monochromatic Colors of #AB68C7
Black with #AB68C7
Text Example
Text Example
White with #AB68C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68C7; }
p { color: rgb(171,104,199); }
H1.HeaderClassName
{
color: #AB68C7;
}
.AnyTagClassName
{
color: #AB68C7;
}
</style>
background-color css
<style>
a { background-color: #AB68C7; }
a { background-color: rgb(171,104,199); }
div.DivClassName
{
background-color: #AB68C7;
}
.BgClassName
{
background-color: #AB68C7;
}
</style>
border-color css
<style>
span { border-color: #AB68C7; }
span { border-color: rgb(171,104,199); }
td.TdClassName
{
border-color: #AB68C7;
}
.TagClassName
{
border-color: #AB68C7;
}
</style>