#AC76B1

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

Shades of Violet Blue #AC76B1

Tints of Violet Blue #AC76B1

Color information

#AC76B1 (or 0xAC76B1) is unknown color: approx Violet Blue. HEX triplet: AC, 76 and B1. RGB value is (172,118,177). Sum of RGB (Red+Green+Blue) = 172+118+177=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC76B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76B1 is #53894E. Grayscale: #8C8C8C. Windows color (decimal): -5474639 or 11630252. OLE color: 11630252.

HSL color Cylindrical-coordinate representation of color #AC76B1: hue angle of 294.92º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC76B1 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172118177-
CMYK0.030.3300.31
HSL294.92º27.44%57.84%-
HSV(B)294.92º33.33%69.41%-
XYZ31.4324.944.75-
YUV140.87148.39150.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=36.83%
G=25.27%
B=37.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721181770.030.3300.31294.9227.4457.84
HexAC76B132101F1271b3a
Octal2541662613410374473372
Binary101011001110110101100011110000101111110010011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76B1; }

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

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

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

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

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

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

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

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