Shades of Amethyst #AB67D8
Tints of Amethyst #AB67D8
RGB
CMYK
RGB Variations
Color information
#AB67D8 (or 0xAB67D8) is known color: Amethyst. HEX triplet: AB, 67 and D8. RGB value is (171,103,216). Sum of RGB (Red+Green+Blue) = 171+103+216=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB67D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67D8 is #549827. Grayscale: #878787. Windows color (decimal): -5543976 or 14182315. OLE color: 14182315.
HSL color Cylindrical-coordinate representation of color #AB67D8: hue angle of 276.11º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB67D8 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 103 | 216 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.15 |
| HSL | 276.11º | 0.59% | 0.63% | - |
| HSV(B) | 276.11º | 0.52% | 0.85% | - |
| XYZ | 34.04 | 23.32 | 67.67 | - |
| YUV | 136.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 216 | 0.21 | 0.52 | 0 | 0.15 | 276.11 | 0.59 | 0.63 |
| Hex | AB | 67 | D8 | 15 | 34 | 0 | F | 114 | 3B | 3F |
| Octal | 253 | 147 | 330 | 25 | 64 | 0 | 17 | 424 | 73 | 77 |
| Binary | 10101011 | 1100111 | 11011000 | 10101 | 110100 | 0 | 1111 | 100010100 | 111011 | 111111 |
Color Harmonies of #AB67D8
Complementary color
Monochromatic Colors of #AB67D8
Black with #AB67D8
Text Example
Text Example
White with #AB67D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67D8; }
p { color: rgb(171,103,216); }
H1.HeaderClassName
{
color: #AB67D8;
}
.AnyTagClassName
{
color: #AB67D8;
}
</style>
background-color css
<style>
a { background-color: #AB67D8; }
a { background-color: rgb(171,103,216); }
div.DivClassName
{
background-color: #AB67D8;
}
.BgClassName
{
background-color: #AB67D8;
}
</style>
border-color css
<style>
span { border-color: #AB67D8; }
span { border-color: rgb(171,103,216); }
td.TdClassName
{
border-color: #AB67D8;
}
.TagClassName
{
border-color: #AB67D8;
}
</style>