#AC6FD6

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

Shades of Amethyst #AC6FD6

Tints of Amethyst #AC6FD6

Color information

#AC6FD6 (or 0xAC6FD6) is unknown color: approx Amethyst. HEX triplet: AC, 6F and D6. RGB value is (172,111,214). Sum of RGB (Red+Green+Blue) = 172+111+214=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC6FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FD6 is #539029. Grayscale: #8C8C8C. Windows color (decimal): -5476394 or 14053292. OLE color: 14053292.

HSL color Cylindrical-coordinate representation of color #AC6FD6: hue angle of 275.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6FD6 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172111214-
CMYK0.200.4800.16
HSL275.53º55.68%63.73%-
HSV(B)275.53º48.13%83.92%-
XYZ34.8424.9966.61-
YUV140.98169.21150.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 214 (83.98% from 255) = 43.06%
R=34.61%
G=22.33%
B=43.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721112140.200.4800.16275.5355.6863.73
HexAC6FD614300101143840
Octal254157326246002042470100
Binary10101100110111111010110101001100000100001000101001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FD6; }

 p { color: rgb(172,111,214); }

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

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

 a { background-color: rgb(172,111,214); }

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

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

 span { border-color: rgb(172,111,214); }

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