Shades of Amethyst #AB6BE5
Tints of Amethyst #AB6BE5
RGB
CMYK
RGB Variations
Color information
#AB6BE5 (or 0xAB6BE5) is known color: Amethyst. HEX triplet: AB, 6B and E5. RGB value is (171,107,229). Sum of RGB (Red+Green+Blue) = 171+107+229=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB6BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BE5 is #54941A. Grayscale: #8B8B8B. Windows color (decimal): -5542939 or 15035307. OLE color: 15035307.
HSL color Cylindrical-coordinate representation of color #AB6BE5: hue angle of 271.48º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6BE5 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 107 | 229 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.10 |
| HSL | 271.48º | 0.7% | 0.66% | - |
| HSV(B) | 271.48º | 0.53% | 0.9% | - |
| XYZ | 36.2 | 24.83 | 77.01 | - |
| YUV | 140.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 229 | 0.25 | 0.53 | 0 | 0.10 | 271.48 | 0.7 | 0.66 |
| Hex | AB | 6B | E5 | 19 | 35 | 0 | A | 10F | 46 | 42 |
| Octal | 253 | 153 | 345 | 31 | 65 | 0 | 12 | 417 | 106 | 102 |
| Binary | 10101011 | 1101011 | 11100101 | 11001 | 110101 | 0 | 1010 | 100001111 | 1000110 | 1000010 |
Color Harmonies of #AB6BE5
Complementary color
Monochromatic Colors of #AB6BE5
Black with #AB6BE5
Text Example
Text Example
White with #AB6BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BE5; }
p { color: rgb(171,107,229); }
H1.HeaderClassName
{
color: #AB6BE5;
}
.AnyTagClassName
{
color: #AB6BE5;
}
</style>
background-color css
<style>
a { background-color: #AB6BE5; }
a { background-color: rgb(171,107,229); }
div.DivClassName
{
background-color: #AB6BE5;
}
.BgClassName
{
background-color: #AB6BE5;
}
</style>
border-color css
<style>
span { border-color: #AB6BE5; }
span { border-color: rgb(171,107,229); }
td.TdClassName
{
border-color: #AB6BE5;
}
.TagClassName
{
border-color: #AB6BE5;
}
</style>