Shades of Amethyst #AB6CE0
Tints of Amethyst #AB6CE0
RGB
CMYK
RGB Variations
Color information
#AB6CE0 (or 0xAB6CE0) is known color: Amethyst. HEX triplet: AB, 6C and E0. RGB value is (171,108,224). Sum of RGB (Red+Green+Blue) = 171+108+224=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB6CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CE0 is #54931F. Grayscale: #8B8B8B. Windows color (decimal): -5542688 or 14707883. OLE color: 14707883.
HSL color Cylindrical-coordinate representation of color #AB6CE0: hue angle of 272.59º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB6CE0 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 108 | 224 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.12 |
| HSL | 272.59º | 0.65% | 0.65% | - |
| HSV(B) | 272.59º | 0.52% | 0.88% | - |
| XYZ | 35.61 | 24.76 | 73.42 | - |
| YUV | 140.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 224 | 0.24 | 0.52 | 0 | 0.12 | 272.59 | 0.65 | 0.65 |
| Hex | AB | 6C | E0 | 18 | 34 | 0 | C | 111 | 41 | 41 |
| Octal | 253 | 154 | 340 | 30 | 64 | 0 | 14 | 421 | 101 | 101 |
| Binary | 10101011 | 1101100 | 11100000 | 11000 | 110100 | 0 | 1100 | 100010001 | 1000001 | 1000001 |
Color Harmonies of #AB6CE0
Complementary color
Monochromatic Colors of #AB6CE0
Black with #AB6CE0
Text Example
Text Example
White with #AB6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CE0; }
p { color: rgb(171,108,224); }
H1.HeaderClassName
{
color: #AB6CE0;
}
.AnyTagClassName
{
color: #AB6CE0;
}
</style>
background-color css
<style>
a { background-color: #AB6CE0; }
a { background-color: rgb(171,108,224); }
div.DivClassName
{
background-color: #AB6CE0;
}
.BgClassName
{
background-color: #AB6CE0;
}
</style>
border-color css
<style>
span { border-color: #AB6CE0; }
span { border-color: rgb(171,108,224); }
td.TdClassName
{
border-color: #AB6CE0;
}
.TagClassName
{
border-color: #AB6CE0;
}
</style>