#AC6DC3

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

Shades of Amethyst #AC6DC3

Tints of Amethyst #AC6DC3

Color information

#AC6DC3 (or 0xAC6DC3) is unknown color: approx Amethyst. HEX triplet: AC, 6D and C3. RGB value is (172,109,195). Sum of RGB (Red+Green+Blue) = 172+109+195=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC6DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DC3 is #53923C. Grayscale: #898989. Windows color (decimal): -5476925 or 12807596. OLE color: 12807596.

HSL color Cylindrical-coordinate representation of color #AC6DC3: hue angle of 283.95º 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 #AC6DC3 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172109195-
CMYK0.120.4400.24
HSL283.95º41.75%59.61%-
HSV(B)283.95º44.1%76.47%-
XYZ32.3323.6554.49-
YUV137.64160.37152.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 195 (76.56% from 255) = 40.97%
R=36.13%
G=22.90%
B=40.97%

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
Decimal1721091950.120.4400.24283.9541.7559.61
HexAC6DC3C2C01811c2a3c
Octal25415530314540304345274
Binary101011001101101110000111100101100011000100011100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DC3; }

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

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

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

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

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

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

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

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