#AC6DCA

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

Shades of Amethyst #AC6DCA

Tints of Amethyst #AC6DCA

Color information

#AC6DCA (or 0xAC6DCA) is unknown color: approx Amethyst. HEX triplet: AC, 6D and CA. RGB value is (172,109,202). Sum of RGB (Red+Green+Blue) = 172+109+202=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DCA is #539235. Grayscale: #8A8A8A. Windows color (decimal): -5476918 or 13266348. OLE color: 13266348.

HSL color Cylindrical-coordinate representation of color #AC6DCA: hue angle of 280.65º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC6DCA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172109202-
CMYK0.150.4600.21
HSL280.65º46.73%60.98%-
HSV(B)280.65º46.04%79.22%-
XYZ33.1423.9758.76-
YUV138.44163.87151.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=35.61%
G=22.57%
B=41.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721092020.150.4600.21280.6546.7360.98
HexAC6DCAF2E0151192f3d
Octal25415531217560254315775
Binary101011001101101110010101111101110010101100011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DCA; }

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

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

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

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

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

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

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

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