#AA71AB

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

Shades of Violet Blue #AA71AB

Tints of Violet Blue #AA71AB

Color information

#AA71AB (or 0xAA71AB) is unknown color: approx Violet Blue. HEX triplet: AA, 71 and AB. RGB value is (170,113,171). Sum of RGB (Red+Green+Blue) = 170+113+171=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71AB is #558E54. Grayscale: #888888. Windows color (decimal): -5606997 or 11235754. OLE color: 11235754.

HSL color Cylindrical-coordinate representation of color #AA71AB: hue angle of 298.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA71AB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170113171-
CMYK0.010.3400.33
HSL298.97º25.66%55.69%-
HSV(B)298.97º33.92%67.06%-
XYZ29.8323.341.45-
YUV136.66147.38151.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=37.44%
G=24.89%
B=37.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701131710.010.3400.33298.9725.6655.69
HexAA71AB12202112b1a38
Octal2521612531420414533270
Binary101010101110001101010111100010010000110010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71AB; }

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

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

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

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

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

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

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

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