Shades of Amethyst #AB6BCD
Tints of Amethyst #AB6BCD
RGB
CMYK
RGB Variations
Color information
#AB6BCD (or 0xAB6BCD) is known color: Amethyst. HEX triplet: AB, 6B and CD. RGB value is (171,107,205). Sum of RGB (Red+Green+Blue) = 171+107+205=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB6BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BCD is #549432. Grayscale: #888888. Windows color (decimal): -5542963 or 13462443. OLE color: 13462443.
HSL color Cylindrical-coordinate representation of color #AB6BCD: hue angle of 279.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB6BCD is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 107 | 205 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.20 |
| HSL | 279.18º | 0.49% | 0.61% | - |
| HSV(B) | 279.18º | 0.48% | 0.8% | - |
| XYZ | 33.07 | 23.58 | 60.57 | - |
| YUV | 137.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 205 | 0.17 | 0.48 | 0 | 0.20 | 279.18 | 0.49 | 0.61 |
| Hex | AB | 6B | CD | 11 | 30 | 0 | 14 | 117 | 31 | 3D |
| Octal | 253 | 153 | 315 | 21 | 60 | 0 | 24 | 427 | 61 | 75 |
| Binary | 10101011 | 1101011 | 11001101 | 10001 | 110000 | 0 | 10100 | 100010111 | 110001 | 111101 |
Color Harmonies of #AB6BCD
Complementary color
Monochromatic Colors of #AB6BCD
Black with #AB6BCD
Text Example
Text Example
White with #AB6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BCD; }
p { color: rgb(171,107,205); }
H1.HeaderClassName
{
color: #AB6BCD;
}
.AnyTagClassName
{
color: #AB6BCD;
}
</style>
background-color css
<style>
a { background-color: #AB6BCD; }
a { background-color: rgb(171,107,205); }
div.DivClassName
{
background-color: #AB6BCD;
}
.BgClassName
{
background-color: #AB6BCD;
}
</style>
border-color css
<style>
span { border-color: #AB6BCD; }
span { border-color: rgb(171,107,205); }
td.TdClassName
{
border-color: #AB6BCD;
}
.TagClassName
{
border-color: #AB6BCD;
}
</style>