Shades of Amethyst #AB6BE0
Tints of Amethyst #AB6BE0
RGB
CMYK
RGB Variations
Color information
#AB6BE0 (or 0xAB6BE0) is known color: Amethyst. HEX triplet: AB, 6B and E0. RGB value is (171,107,224). Sum of RGB (Red+Green+Blue) = 171+107+224=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB6BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BE0 is #54941F. Grayscale: #8B8B8B. Windows color (decimal): -5542944 or 14707627. OLE color: 14707627.
HSL color Cylindrical-coordinate representation of color #AB6BE0: hue angle of 272.82º 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 #AB6BE0 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 107 | 224 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.12 |
| HSL | 272.82º | 0.65% | 0.65% | - |
| HSV(B) | 272.82º | 0.52% | 0.88% | - |
| XYZ | 35.51 | 24.56 | 73.39 | - |
| YUV | 139.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 224 | 0.24 | 0.52 | 0 | 0.12 | 272.82 | 0.65 | 0.65 |
| Hex | AB | 6B | E0 | 18 | 34 | 0 | C | 111 | 41 | 41 |
| Octal | 253 | 153 | 340 | 30 | 64 | 0 | 14 | 421 | 101 | 101 |
| Binary | 10101011 | 1101011 | 11100000 | 11000 | 110100 | 0 | 1100 | 100010001 | 1000001 | 1000001 |
Color Harmonies of #AB6BE0
Complementary color
Monochromatic Colors of #AB6BE0
Black with #AB6BE0
Text Example
Text Example
White with #AB6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BE0; }
p { color: rgb(171,107,224); }
H1.HeaderClassName
{
color: #AB6BE0;
}
.AnyTagClassName
{
color: #AB6BE0;
}
</style>
background-color css
<style>
a { background-color: #AB6BE0; }
a { background-color: rgb(171,107,224); }
div.DivClassName
{
background-color: #AB6BE0;
}
.BgClassName
{
background-color: #AB6BE0;
}
</style>
border-color css
<style>
span { border-color: #AB6BE0; }
span { border-color: rgb(171,107,224); }
td.TdClassName
{
border-color: #AB6BE0;
}
.TagClassName
{
border-color: #AB6BE0;
}
</style>