Shades of Amethyst #AB6FC9
Tints of Amethyst #AB6FC9
RGB
CMYK
RGB Variations
Color information
#AB6FC9 (or 0xAB6FC9) is known color: Amethyst. HEX triplet: AB, 6F and C9. RGB value is (171,111,201). Sum of RGB (Red+Green+Blue) = 171+111+201=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB6FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FC9 is #549036. Grayscale: #8A8A8A. Windows color (decimal): -5541943 or 13201323. OLE color: 13201323.
HSL color Cylindrical-coordinate representation of color #AB6FC9: hue angle of 280º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB6FC9 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 111 | 201 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.21 |
| HSL | 280º | 0.45% | 0.61% | - |
| HSV(B) | 280º | 0.45% | 0.79% | - |
| XYZ | 33.02 | 24.24 | 58.2 | - |
| YUV | 139.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 201 | 0.15 | 0.45 | 0 | 0.21 | 280 | 0.45 | 0.61 |
| Hex | AB | 6F | C9 | F | 2D | 0 | 15 | 118 | 2D | 3D |
| Octal | 253 | 157 | 311 | 17 | 55 | 0 | 25 | 430 | 55 | 75 |
| Binary | 10101011 | 1101111 | 11001001 | 1111 | 101101 | 0 | 10101 | 100011000 | 101101 | 111101 |
Color Harmonies of #AB6FC9
Complementary color
Monochromatic Colors of #AB6FC9
Black with #AB6FC9
Text Example
Text Example
White with #AB6FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FC9; }
p { color: rgb(171,111,201); }
H1.HeaderClassName
{
color: #AB6FC9;
}
.AnyTagClassName
{
color: #AB6FC9;
}
</style>
background-color css
<style>
a { background-color: #AB6FC9; }
a { background-color: rgb(171,111,201); }
div.DivClassName
{
background-color: #AB6FC9;
}
.BgClassName
{
background-color: #AB6FC9;
}
</style>
border-color css
<style>
span { border-color: #AB6FC9; }
span { border-color: rgb(171,111,201); }
td.TdClassName
{
border-color: #AB6FC9;
}
.TagClassName
{
border-color: #AB6FC9;
}
</style>