#AC6FDC

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

Shades of Amethyst #AC6FDC

Tints of Amethyst #AC6FDC

Color information

#AC6FDC (or 0xAC6FDC) is unknown color: approx Amethyst. HEX triplet: AC, 6F and DC. RGB value is (172,111,220). Sum of RGB (Red+Green+Blue) = 172+111+220=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FDC is #539023. Grayscale: #8D8D8D. Windows color (decimal): -5476388 or 14446508. OLE color: 14446508.

HSL color Cylindrical-coordinate representation of color #AC6FDC: hue angle of 273.58º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6FDC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172111220-
CMYK0.220.5000.14
HSL273.58º60.89%64.9%-
HSV(B)273.58º49.55%86.27%-
XYZ35.6225.3170.72-
YUV141.66172.21149.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=34.19%
G=22.07%
B=43.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721112200.220.5000.14273.5860.8964.9
HexAC6FDC16320E1123d41
Octal254157334266201642275101
Binary1010110011011111101110010110110010011101000100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FDC; }

 p { color: rgb(172,111,220); }

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

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

 a { background-color: rgb(172,111,220); }

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

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

 span { border-color: rgb(172,111,220); }

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