#aa77aa

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

Shades of Violet Blue #AA77AA

Tints of Violet Blue #AA77AA

Color information

#AA77AA (or 0xAA77AA) is unknown color: approx Violet Blue. HEX triplet: AA, 77 and AA. RGB value is (170,119,170). Sum of RGB (Red+Green+Blue) = 170+119+170=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77AA is #558855. Grayscale: #8B8B8B. Windows color (decimal): -5605462 or 11171754. OLE color: 11171754.

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

Color convert

RGB170119170-
CMYK00.300.33
HSL300º23.08%56.67%-
HSV(B)300º30%66.67%-
XYZ30.4324.6441.18-
YUV140.06144.9149.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=37.04%
G=25.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011917000.300.3330023.0856.67
HexAA77AA01E02112c1739
Octal2521672520360414542771
Binary10101010111011110101010011110010000110010110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa77aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa77aa; }

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

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

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

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

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

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

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

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