Shades of Amethyst #AB67D6
Tints of Amethyst #AB67D6
RGB
CMYK
RGB Variations
Color information
#AB67D6 (or 0xAB67D6) is known color: Amethyst. HEX triplet: AB, 67 and D6. RGB value is (171,103,214). Sum of RGB (Red+Green+Blue) = 171+103+214=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB67D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67D6 is #549829. Grayscale: #878787. Windows color (decimal): -5543978 or 14051243. OLE color: 14051243.
HSL color Cylindrical-coordinate representation of color #AB67D6: hue angle of 276.76º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB67D6 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 103 | 214 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.16 |
| HSL | 276.76º | 0.58% | 0.62% | - |
| HSV(B) | 276.76º | 0.52% | 0.84% | - |
| XYZ | 33.78 | 23.21 | 66.32 | - |
| YUV | 135.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 214 | 0.20 | 0.52 | 0 | 0.16 | 276.76 | 0.58 | 0.62 |
| Hex | AB | 67 | D6 | 14 | 34 | 0 | 10 | 115 | 3A | 3E |
| Octal | 253 | 147 | 326 | 24 | 64 | 0 | 20 | 425 | 72 | 76 |
| Binary | 10101011 | 1100111 | 11010110 | 10100 | 110100 | 0 | 10000 | 100010101 | 111010 | 111110 |
Color Harmonies of #AB67D6
Complementary color
Monochromatic Colors of #AB67D6
Black with #AB67D6
Text Example
Text Example
White with #AB67D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67D6; }
p { color: rgb(171,103,214); }
H1.HeaderClassName
{
color: #AB67D6;
}
.AnyTagClassName
{
color: #AB67D6;
}
</style>
background-color css
<style>
a { background-color: #AB67D6; }
a { background-color: rgb(171,103,214); }
div.DivClassName
{
background-color: #AB67D6;
}
.BgClassName
{
background-color: #AB67D6;
}
</style>
border-color css
<style>
span { border-color: #AB67D6; }
span { border-color: rgb(171,103,214); }
td.TdClassName
{
border-color: #AB67D6;
}
.TagClassName
{
border-color: #AB67D6;
}
</style>