#AC77AA

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

Shades of Violet Blue #AC77AA

Tints of Violet Blue #AC77AA

Color information

#AC77AA (or 0xAC77AA) is unknown color: approx Violet Blue. HEX triplet: AC, 77 and AA. RGB value is (172,119,170). Sum of RGB (Red+Green+Blue) = 172+119+170=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77AA is #538855. Grayscale: #8C8C8C. Windows color (decimal): -5474390 or 11171756. OLE color: 11171756.

HSL color Cylindrical-coordinate representation of color #AC77AA: hue angle of 302.26º degrees, saturation: 0.24, 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 #AC77AA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172119170-
CMYK00.310.010.33
HSL302.26º24.2%57.06%-
HSV(B)302.26º30.81%67.45%-
XYZ30.8724.8741.2-
YUV140.66144.56150.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=37.31%
G=25.81%
B=36.88%

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
Decimal17211917000.310.010.33302.2624.257.06
HexAC77AA01F12112e1839
Octal2541672520371414563071
Binary10101100111011110101010011111110000110010111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77AA; }

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

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

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

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

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

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

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

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