Shades of Amethyst #AB6ECB
Tints of Amethyst #AB6ECB
RGB
CMYK
RGB Variations
Color information
#AB6ECB (or 0xAB6ECB) is known color: Amethyst. HEX triplet: AB, 6E and CB. RGB value is (171,110,203). Sum of RGB (Red+Green+Blue) = 171+110+203=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB6ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ECB is #549134. Grayscale: #8A8A8A. Windows color (decimal): -5542197 or 13332139. OLE color: 13332139.
HSL color Cylindrical-coordinate representation of color #AB6ECB: hue angle of 279.35º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB6ECB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 110 | 203 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.20 |
| HSL | 279.35º | 0.47% | 0.61% | - |
| HSV(B) | 279.35º | 0.46% | 0.8% | - |
| XYZ | 33.15 | 24.12 | 59.41 | - |
| YUV | 138.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 203 | 0.16 | 0.46 | 0 | 0.20 | 279.35 | 0.47 | 0.61 |
| Hex | AB | 6E | CB | 10 | 2E | 0 | 14 | 117 | 2F | 3D |
| Octal | 253 | 156 | 313 | 20 | 56 | 0 | 24 | 427 | 57 | 75 |
| Binary | 10101011 | 1101110 | 11001011 | 10000 | 101110 | 0 | 10100 | 100010111 | 101111 | 111101 |
Color Harmonies of #AB6ECB
Complementary color
Monochromatic Colors of #AB6ECB
Black with #AB6ECB
Text Example
Text Example
White with #AB6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6ECB; }
p { color: rgb(171,110,203); }
H1.HeaderClassName
{
color: #AB6ECB;
}
.AnyTagClassName
{
color: #AB6ECB;
}
</style>
background-color css
<style>
a { background-color: #AB6ECB; }
a { background-color: rgb(171,110,203); }
div.DivClassName
{
background-color: #AB6ECB;
}
.BgClassName
{
background-color: #AB6ECB;
}
</style>
border-color css
<style>
span { border-color: #AB6ECB; }
span { border-color: rgb(171,110,203); }
td.TdClassName
{
border-color: #AB6ECB;
}
.TagClassName
{
border-color: #AB6ECB;
}
</style>