Shades of Amethyst #AB61D9
Tints of Amethyst #AB61D9
RGB
CMYK
RGB Variations
Color information
#AB61D9 (or 0xAB61D9) is known color: Amethyst. HEX triplet: AB, 61 and D9. RGB value is (171,97,217). Sum of RGB (Red+Green+Blue) = 171+97+217=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB61D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61D9 is #549E26. Grayscale: #848484. Windows color (decimal): -5545511 or 14246315. OLE color: 14246315.
HSL color Cylindrical-coordinate representation of color #AB61D9: hue angle of 277º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB61D9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 171 | 97 | 217 | - |
CMYK | 0.21 | 0.55 | 0 | 0.15 |
HSL | 277º | 0.61% | 0.62% | - |
HSV(B) | 277º | 0.55% | 0.85% | - |
XYZ | 33.59 | 22.22 | 68.16 | - |
YUV | 132.81 | 175.52 | 155.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 97 | 217 | 0.21 | 0.55 | 0 | 0.15 | 277 | 0.61 | 0.62 |
Hex | AB | 61 | D9 | 15 | 37 | 0 | F | 115 | 3D | 3E |
Octal | 253 | 141 | 331 | 25 | 67 | 0 | 17 | 425 | 75 | 76 |
Binary | 10101011 | 1100001 | 11011001 | 10101 | 110111 | 0 | 1111 | 100010101 | 111101 | 111110 |
Color Harmonies of #AB61D9
Complementary color
Monochromatic Colors of #AB61D9
Black with #AB61D9
Text Example
Text Example
White with #AB61D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61D9; }
p { color: rgb(171,97,217); }
H1.HeaderClassName
{
color: #AB61D9;
}
.AnyTagClassName
{
color: #AB61D9;
}
</style>
background-color css
<style>
a { background-color: #AB61D9; }
a { background-color: rgb(171,97,217); }
div.DivClassName
{
background-color: #AB61D9;
}
.BgClassName
{
background-color: #AB61D9;
}
</style>
border-color css
<style>
span { border-color: #AB61D9; }
span { border-color: rgb(171,97,217); }
td.TdClassName
{
border-color: #AB61D9;
}
.TagClassName
{
border-color: #AB61D9;
}
</style>