#AA77AC

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

Shades of Violet Blue #AA77AC

Tints of Violet Blue #AA77AC

Color information

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

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

Color convert

RGB170119172-
CMYK0.010.3100.33
HSL297.74º24.2%57.06%-
HSV(B)297.74º30.81%67.45%-
XYZ30.6224.7242.19-
YUV140.29145.9149.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701191720.010.3100.33297.7424.257.06
HexAA77AC11F02112a1839
Octal2521672541370414523071
Binary10101010111011110101100111111010000110010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77AC; }

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

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

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

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

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

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

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

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