#AC76AA

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

Shades of Violet Blue #AC76AA

Tints of Violet Blue #AC76AA

Color information

#AC76AA (or 0xAC76AA) is unknown color: approx Violet Blue. HEX triplet: AC, 76 and AA. RGB value is (172,118,170). Sum of RGB (Red+Green+Blue) = 172+118+170=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76AA is #538955. Grayscale: #8B8B8B. Windows color (decimal): -5474646 or 11171500. OLE color: 11171500.

HSL color Cylindrical-coordinate representation of color #AC76AA: hue angle of 302.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC76AA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172118170-
CMYK00.310.010.33
HSL302.22º24.55%56.86%-
HSV(B)302.22º31.4%67.45%-
XYZ30.7524.6341.16-
YUV140.07144.89150.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=37.39%
G=25.65%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211817000.310.010.33302.2224.5556.86
HexAC76AA01F12112e1939
Octal2541662520371414563171
Binary10101100111011010101010011111110000110010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76AA; }

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

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

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

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

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

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

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

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