#AC6DD9

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

Shades of Amethyst #AC6DD9

Tints of Amethyst #AC6DD9

Color information

#AC6DD9 (or 0xAC6DD9) is unknown color: approx Amethyst. HEX triplet: AC, 6D and D9. RGB value is (172,109,217). Sum of RGB (Red+Green+Blue) = 172+109+217=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC6DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DD9 is #539226. Grayscale: #8B8B8B. Windows color (decimal): -5476903 or 14249388. OLE color: 14249388.

HSL color Cylindrical-coordinate representation of color #AC6DD9: hue angle of 275º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6DD9 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172109217-
CMYK0.210.5000.15
HSL275º58.7%63.92%-
HSV(B)275º49.77%85.1%-
XYZ35.0124.7268.57-
YUV140.15171.37150.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 109 (42.97% from 255) = 21.89%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=34.54%
G=21.89%
B=43.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721092170.210.5000.1527558.763.92
HexAC6DD915320F1133b40
Octal254155331256201742373100
Binary1010110011011011101100110101110010011111000100111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DD9; }

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

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

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

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

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

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

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

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