#ab6dc6

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

Shades of Amethyst #AB6DC6

Tints of Amethyst #AB6DC6

Color information

#AB6DC6 (or 0xAB6DC6) is unknown color: approx Amethyst. HEX triplet: AB, 6D and C6. RGB value is (171,109,198). Sum of RGB (Red+Green+Blue) = 171+109+198=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB6DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DC6 is #549239. Grayscale: #898989. Windows color (decimal): -5542458 or 13004203. OLE color: 13004203.

HSL color Cylindrical-coordinate representation of color #AB6DC6: hue angle of 281.8º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB6DC6 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171109198-
CMYK0.140.4500.22
HSL281.8º43.84%60.2%-
HSV(B)281.8º44.95%77.65%-
XYZ32.4623.6756.28-
YUV137.68162.04151.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 198 (77.73% from 255) = 41.42%
R=35.77%
G=22.80%
B=41.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711091980.140.4500.22281.843.8460.2
HexAB6DC6E2D01611a2c3c
Octal25315530616550264325474
Binary101010111101101110001101110101101010110100011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab6dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab6dc6; }

 p { color: rgb(171,109,198); }

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

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

 a { background-color: rgb(171,109,198); }

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

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

 span { border-color: rgb(171,109,198); }

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