#AC6DDF

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

Shades of Amethyst #AC6DDF

Tints of Amethyst #AC6DDF

Color information

#AC6DDF (or 0xAC6DDF) is unknown color: approx Amethyst. HEX triplet: AC, 6D and DF. RGB value is (172,109,223). Sum of RGB (Red+Green+Blue) = 172+109+223=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DDF is #539220. Grayscale: #8C8C8C. Windows color (decimal): -5476897 or 14642604. OLE color: 14642604.

HSL color Cylindrical-coordinate representation of color #AC6DDF: hue angle of 273.16º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6DDF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172109223-
CMYK0.230.5100.13
HSL273.16º64.04%65.1%-
HSV(B)273.16º51.12%87.45%-
XYZ35.825.0472.76-
YUV140.83174.37150.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 109 (42.97% from 255) = 21.63%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=34.13%
G=21.63%
B=44.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721092230.230.5100.13273.1664.0465.1
HexAC6DDF17330D1114041
Octal2541553372763015421100101
Binary10101100110110111011111101111100110110110001000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DDF; }

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

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

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

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

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

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

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

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