#AC6BC6

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

Shades of Amethyst #AC6BC6

Tints of Amethyst #AC6BC6

Color information

#AC6BC6 (or 0xAC6BC6) is unknown color: approx Amethyst. HEX triplet: AC, 6B and C6. RGB value is (172,107,198). Sum of RGB (Red+Green+Blue) = 172+107+198=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC6BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BC6 is #539439. Grayscale: #888888. Windows color (decimal): -5477434 or 13003692. OLE color: 13003692.

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

Color convert

RGB172107198-
CMYK0.130.4600.22
HSL282.86º44.39%59.8%-
HSV(B)282.86º45.96%77.65%-
XYZ32.4623.3656.22-
YUV136.81162.53153.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=36.06%
G=22.43%
B=41.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721071980.130.4600.22282.8644.3959.8
HexAC6BC6D2E01611b2c3c
Octal25415330615560264335474
Binary101011001101011110001101101101110010110100011011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BC6; }

 p { color: rgb(172,107,198); }

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

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

 a { background-color: rgb(172,107,198); }

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

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

 span { border-color: rgb(172,107,198); }

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