#AC76CC

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

Shades of Amethyst #AC76CC

Tints of Amethyst #AC76CC

Color information

#AC76CC (or 0xAC76CC) is unknown color: approx Amethyst. HEX triplet: AC, 76 and CC. RGB value is (172,118,204). Sum of RGB (Red+Green+Blue) = 172+118+204=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76CC is #538933. Grayscale: #8F8F8F. Windows color (decimal): -5474612 or 13399724. OLE color: 13399724.

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

Color convert

RGB172118204-
CMYK0.160.4200.2
HSL277.67º45.74%63.14%-
HSV(B)277.67º42.16%80%-
XYZ34.3926.0960.35-
YUV143.95161.89148.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=34.82%
G=23.89%
B=41.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721182040.160.4200.2277.6745.7463.14
HexAC76CC102A0141162e3f
Octal25416631420520244265677
Binary1010110011101101100110010000101010010100100010110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76CC; }

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

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

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

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

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

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

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

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