#AA76AB

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

Shades of Violet Blue #AA76AB

Tints of Violet Blue #AA76AB

Color information

#AA76AB (or 0xAA76AB) is unknown color: approx Violet Blue. HEX triplet: AA, 76 and AB. RGB value is (170,118,171). Sum of RGB (Red+Green+Blue) = 170+118+171=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AB is #558954. Grayscale: #8B8B8B. Windows color (decimal): -5605717 or 11237034. OLE color: 11237034.

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

Color convert

RGB170118171-
CMYK0.010.3100.33
HSL298.87º23.98%56.67%-
HSV(B)298.87º30.99%67.06%-
XYZ30.4124.4441.64-
YUV139.59145.73149.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=37.04%
G=25.71%
B=37.25%

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
Decimal1701181710.010.3100.33298.8723.9856.67
HexAA76AB11F02112b1839
Octal2521662531370414533071
Binary10101010111011010101011111111010000110010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76AB; }

 p { color: rgb(170,118,171); }

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

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

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

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

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

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

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