#AC77AF

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

Shades of Violet Blue #AC77AF

Tints of Violet Blue #AC77AF

Color information

#AC77AF (or 0xAC77AF) is unknown color: approx Violet Blue. HEX triplet: AC, 77 and AF. RGB value is (172,119,175). Sum of RGB (Red+Green+Blue) = 172+119+175=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC77AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77AF is #538850. Grayscale: #8D8D8D. Windows color (decimal): -5474385 or 11499436. OLE color: 11499436.

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

Color convert

RGB172119175-
CMYK0.020.3200.31
HSL296.79º25.93%57.65%-
HSV(B)296.79º32%68.63%-
XYZ31.3525.0643.74-
YUV141.23147.06149.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=36.91%
G=25.54%
B=37.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721191750.020.3200.31296.7925.9357.65
HexAC77AF22001F1291a3a
Octal2541672572400374513272
Binary101011001110111101011111010000001111110010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77AF; }

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

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

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

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

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

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

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

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