Shades of Amethyst #AB67D5
Tints of Amethyst #AB67D5
RGB
CMYK
RGB Variations
Color information
#AB67D5 (or 0xAB67D5) is known color: Amethyst. HEX triplet: AB, 67 and D5. RGB value is (171,103,213). Sum of RGB (Red+Green+Blue) = 171+103+213=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB67D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67D5 is #54982A. Grayscale: #878787. Windows color (decimal): -5543979 or 13985707. OLE color: 13985707.
HSL color Cylindrical-coordinate representation of color #AB67D5: hue angle of 277.09º degrees, saturation: 0.57, 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 #AB67D5 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 103 | 213 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.16 |
| HSL | 277.09º | 0.57% | 0.62% | - |
| HSV(B) | 277.09º | 0.52% | 0.84% | - |
| XYZ | 33.66 | 23.16 | 65.65 | - |
| YUV | 135.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 213 | 0.20 | 0.52 | 0 | 0.16 | 277.09 | 0.57 | 0.62 |
| Hex | AB | 67 | D5 | 14 | 34 | 0 | 10 | 115 | 39 | 3E |
| Octal | 253 | 147 | 325 | 24 | 64 | 0 | 20 | 425 | 71 | 76 |
| Binary | 10101011 | 1100111 | 11010101 | 10100 | 110100 | 0 | 10000 | 100010101 | 111001 | 111110 |
Color Harmonies of #AB67D5
Complementary color
Monochromatic Colors of #AB67D5
Black with #AB67D5
Text Example
Text Example
White with #AB67D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67D5; }
p { color: rgb(171,103,213); }
H1.HeaderClassName
{
color: #AB67D5;
}
.AnyTagClassName
{
color: #AB67D5;
}
</style>
background-color css
<style>
a { background-color: #AB67D5; }
a { background-color: rgb(171,103,213); }
div.DivClassName
{
background-color: #AB67D5;
}
.BgClassName
{
background-color: #AB67D5;
}
</style>
border-color css
<style>
span { border-color: #AB67D5; }
span { border-color: rgb(171,103,213); }
td.TdClassName
{
border-color: #AB67D5;
}
.TagClassName
{
border-color: #AB67D5;
}
</style>