#AC6AD8

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

Shades of Amethyst #AC6AD8

Tints of Amethyst #AC6AD8

Color information

#AC6AD8 (or 0xAC6AD8) is unknown color: approx Amethyst. HEX triplet: AC, 6A and D8. RGB value is (172,106,216). Sum of RGB (Red+Green+Blue) = 172+106+216=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC6AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6AD8 is #539527. Grayscale: #898989. Windows color (decimal): -5477672 or 14183084. OLE color: 14183084.

HSL color Cylindrical-coordinate representation of color #AC6AD8: hue angle of 276º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6AD8 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172106216-
CMYK0.200.5100.15
HSL276º58.51%63.14%-
HSV(B)276º50.93%84.71%-
XYZ34.5624.0467.78-
YUV138.27171.87152.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 216 (84.77% from 255) = 43.72%
R=34.82%
G=21.46%
B=43.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721062160.200.5100.1527658.5163.14
HexAC6AD814330F1143b3f
Octal25415233024630174247377
Binary101011001101010110110001010011001101111100010100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6AD8; }

 p { color: rgb(172,106,216); }

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

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

 a { background-color: rgb(172,106,216); }

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

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

 span { border-color: rgb(172,106,216); }

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