#AB6DC3

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

Shades of Amethyst #AB6DC3

Tints of Amethyst #AB6DC3

Color information

#AB6DC3 (or 0xAB6DC3) is unknown color: approx Amethyst. HEX triplet: AB, 6D and C3. RGB value is (171,109,195). Sum of RGB (Red+Green+Blue) = 171+109+195=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB6DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DC3 is #54923C. Grayscale: #898989. Windows color (decimal): -5542461 or 12807595. OLE color: 12807595.

HSL color Cylindrical-coordinate representation of color #AB6DC3: hue angle of 283.26º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6DC3 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171109195-
CMYK0.120.4400.24
HSL283.26º41.75%59.61%-
HSV(B)283.26º44.1%76.47%-
XYZ32.1123.5454.48-
YUV137.34160.54152.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=36%
G=22.95%
B=41.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711091950.120.4400.24283.2641.7559.61
HexAB6DC3C2C01811b2a3c
Octal25315530314540304335274
Binary101010111101101110000111100101100011000100011011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DC3; }

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

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

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

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

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

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

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

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