#AC77AB

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

Shades of Violet Blue #AC77AB

Tints of Violet Blue #AC77AB

Color information

#AC77AB (or 0xAC77AB) is unknown color: approx Violet Blue. HEX triplet: AC, 77 and AB. RGB value is (172,119,171). Sum of RGB (Red+Green+Blue) = 172+119+171=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77AB is #538854. Grayscale: #8C8C8C. Windows color (decimal): -5474389 or 11237292. OLE color: 11237292.

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

Color convert

RGB172119171-
CMYK00.310.010.33
HSL301.13º24.2%57.06%-
HSV(B)301.13º30.81%67.45%-
XYZ30.9624.941.7-
YUV140.77145.06150.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=37.23%
G=25.76%
B=37.01%

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
Decimal17211917100.310.010.33301.1324.257.06
HexAC77AB01F12112d1839
Octal2541672530371414553071
Binary10101100111011110101011011111110000110010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77AB; }

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

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

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

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

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

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

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

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