Shades of Amethyst #AB6CE4
Tints of Amethyst #AB6CE4
RGB
CMYK
RGB Variations
Color information
#AB6CE4 (or 0xAB6CE4) is known color: Amethyst. HEX triplet: AB, 6C and E4. RGB value is (171,108,228). Sum of RGB (Red+Green+Blue) = 171+108+228=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB6CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CE4 is #54931B. Grayscale: #8C8C8C. Windows color (decimal): -5542684 or 14970027. OLE color: 14970027.
HSL color Cylindrical-coordinate representation of color #AB6CE4: hue angle of 271.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6CE4 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 108 | 228 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.11 |
| HSL | 271.5º | 0.69% | 0.66% | - |
| HSV(B) | 271.5º | 0.53% | 0.89% | - |
| XYZ | 36.16 | 24.98 | 76.32 | - |
| YUV | 140.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 228 | 0.25 | 0.53 | 0 | 0.11 | 271.5 | 0.69 | 0.66 |
| Hex | AB | 6C | E4 | 19 | 35 | 0 | B | 110 | 45 | 42 |
| Octal | 253 | 154 | 344 | 31 | 65 | 0 | 13 | 420 | 105 | 102 |
| Binary | 10101011 | 1101100 | 11100100 | 11001 | 110101 | 0 | 1011 | 100010000 | 1000101 | 1000010 |
Color Harmonies of #AB6CE4
Complementary color
Monochromatic Colors of #AB6CE4
Black with #AB6CE4
Text Example
Text Example
White with #AB6CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CE4; }
p { color: rgb(171,108,228); }
H1.HeaderClassName
{
color: #AB6CE4;
}
.AnyTagClassName
{
color: #AB6CE4;
}
</style>
background-color css
<style>
a { background-color: #AB6CE4; }
a { background-color: rgb(171,108,228); }
div.DivClassName
{
background-color: #AB6CE4;
}
.BgClassName
{
background-color: #AB6CE4;
}
</style>
border-color css
<style>
span { border-color: #AB6CE4; }
span { border-color: rgb(171,108,228); }
td.TdClassName
{
border-color: #AB6CE4;
}
.TagClassName
{
border-color: #AB6CE4;
}
</style>