Shades of Amethyst #AB6CCD
Tints of Amethyst #AB6CCD
RGB
CMYK
RGB Variations
Color information
#AB6CCD (or 0xAB6CCD) is known color: Amethyst. HEX triplet: AB, 6C and CD. RGB value is (171,108,205). Sum of RGB (Red+Green+Blue) = 171+108+205=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB6CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CCD is #549332. Grayscale: #898989. Windows color (decimal): -5542707 or 13462699. OLE color: 13462699.
HSL color Cylindrical-coordinate representation of color #AB6CCD: hue angle of 278.97º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB6CCD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 108 | 205 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.20 |
| HSL | 278.97º | 0.49% | 0.61% | - |
| HSV(B) | 278.97º | 0.47% | 0.8% | - |
| XYZ | 33.18 | 23.79 | 60.6 | - |
| YUV | 137.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 205 | 0.17 | 0.47 | 0 | 0.20 | 278.97 | 0.49 | 0.61 |
| Hex | AB | 6C | CD | 11 | 2F | 0 | 14 | 117 | 31 | 3D |
| Octal | 253 | 154 | 315 | 21 | 57 | 0 | 24 | 427 | 61 | 75 |
| Binary | 10101011 | 1101100 | 11001101 | 10001 | 101111 | 0 | 10100 | 100010111 | 110001 | 111101 |
Color Harmonies of #AB6CCD
Complementary color
Monochromatic Colors of #AB6CCD
Black with #AB6CCD
Text Example
Text Example
White with #AB6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CCD; }
p { color: rgb(171,108,205); }
H1.HeaderClassName
{
color: #AB6CCD;
}
.AnyTagClassName
{
color: #AB6CCD;
}
</style>
background-color css
<style>
a { background-color: #AB6CCD; }
a { background-color: rgb(171,108,205); }
div.DivClassName
{
background-color: #AB6CCD;
}
.BgClassName
{
background-color: #AB6CCD;
}
</style>
border-color css
<style>
span { border-color: #AB6CCD; }
span { border-color: rgb(171,108,205); }
td.TdClassName
{
border-color: #AB6CCD;
}
.TagClassName
{
border-color: #AB6CCD;
}
</style>