Shades of Amethyst #AB6ACF
Tints of Amethyst #AB6ACF
RGB
CMYK
RGB Variations
Color information
#AB6ACF (or 0xAB6ACF) is known color: Amethyst. HEX triplet: AB, 6A and CF. RGB value is (171,106,207). Sum of RGB (Red+Green+Blue) = 171+106+207=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ACF is #549530. Grayscale: #888888. Windows color (decimal): -5543217 or 13593259. OLE color: 13593259.
HSL color Cylindrical-coordinate representation of color #AB6ACF: hue angle of 278.61º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB6ACF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 106 | 207 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.19 |
| HSL | 278.61º | 0.51% | 0.61% | - |
| HSV(B) | 278.61º | 0.49% | 0.81% | - |
| XYZ | 33.21 | 23.47 | 61.81 | - |
| YUV | 136.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 207 | 0.17 | 0.49 | 0 | 0.19 | 278.61 | 0.51 | 0.61 |
| Hex | AB | 6A | CF | 11 | 31 | 0 | 13 | 117 | 33 | 3D |
| Octal | 253 | 152 | 317 | 21 | 61 | 0 | 23 | 427 | 63 | 75 |
| Binary | 10101011 | 1101010 | 11001111 | 10001 | 110001 | 0 | 10011 | 100010111 | 110011 | 111101 |
Color Harmonies of #AB6ACF
Complementary color
Monochromatic Colors of #AB6ACF
Black with #AB6ACF
Text Example
Text Example
White with #AB6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6ACF; }
p { color: rgb(171,106,207); }
H1.HeaderClassName
{
color: #AB6ACF;
}
.AnyTagClassName
{
color: #AB6ACF;
}
</style>
background-color css
<style>
a { background-color: #AB6ACF; }
a { background-color: rgb(171,106,207); }
div.DivClassName
{
background-color: #AB6ACF;
}
.BgClassName
{
background-color: #AB6ACF;
}
</style>
border-color css
<style>
span { border-color: #AB6ACF; }
span { border-color: rgb(171,106,207); }
td.TdClassName
{
border-color: #AB6ACF;
}
.TagClassName
{
border-color: #AB6ACF;
}
</style>