#AC6FCC

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

Shades of Amethyst #AC6FCC

Tints of Amethyst #AC6FCC

Color information

#AC6FCC (or 0xAC6FCC) is unknown color: approx Amethyst. HEX triplet: AC, 6F and CC. RGB value is (172,111,204). Sum of RGB (Red+Green+Blue) = 172+111+204=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FCC is #539033. Grayscale: #8B8B8B. Windows color (decimal): -5476404 or 13397932. OLE color: 13397932.

HSL color Cylindrical-coordinate representation of color #AC6FCC: hue angle of 279.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC6FCC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172111204-
CMYK0.160.4600.2
HSL279.35º47.69%61.76%-
HSV(B)279.35º45.59%80%-
XYZ33.624.560.08-
YUV139.84164.21150.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=35.32%
G=22.79%
B=41.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721112040.160.4600.2279.3547.6961.76
HexAC6FCC102E014117303e
Octal25415731420560244276076
Binary1010110011011111100110010000101110010100100010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FCC; }

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

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

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

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

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

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

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

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