#AB6EC1

Color #AB6EC1 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AB6EC1

Tints of Amethyst #AB6EC1

Color information

#AB6EC1 (or 0xAB6EC1) is unknown color: approx Amethyst. HEX triplet: AB, 6E and C1. RGB value is (171,110,193). Sum of RGB (Red+Green+Blue) = 171+110+193=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB6EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EC1 is #54913E. Grayscale: #898989. Windows color (decimal): -5542207 or 12676779. OLE color: 12676779.

HSL color Cylindrical-coordinate representation of color #AB6EC1: hue angle of 284.1º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6EC1 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171110193-
CMYK0.110.4300.24
HSL284.1º40.1%59.41%-
HSV(B)284.1º43.01%75.69%-
XYZ3223.6653.33-
YUV137.7159.21151.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=36.08%
G=23.21%
B=40.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711101930.110.4300.24284.140.159.41
HexAB6EC1B2B01811c283b
Octal25315630113530304345073
Binary101010111101110110000011011101011011000100011100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6EC1; }

 p { color: rgb(171,110,193); }

 H1.HeaderClassName
 {
   color: #AB6EC1;
 }
 .AnyTagClassName
 {
   color: #AB6EC1;
 }
</style>
background-color css

<style>
 a { background-color: #AB6EC1; }

 a { background-color: rgb(171,110,193); }

 div.DivClassName
 {
   background-color: #AB6EC1;
 }
 .BgClassName
 {
   background-color: #AB6EC1;
 }
</style>
border-color css

<style>
 span { border-color: #AB6EC1; }

 span { border-color: rgb(171,110,193); }

 td.TdClassName
 {
   border-color: #AB6EC1;
 }
 .TagClassName
 {
   border-color: #AB6EC1;
 }
</style>