#AA71B4

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

Shades of Violet Blue #AA71B4

Tints of Violet Blue #AA71B4

Color information

#AA71B4 (or 0xAA71B4) is unknown color: approx Violet Blue. HEX triplet: AA, 71 and B4. RGB value is (170,113,180). Sum of RGB (Red+Green+Blue) = 170+113+180=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA71B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71B4 is #558E4B. Grayscale: #898989. Windows color (decimal): -5606988 or 11825578. OLE color: 11825578.

HSL color Cylindrical-coordinate representation of color #AA71B4: hue angle of 291.04º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA71B4 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170113180-
CMYK0.060.3700.29
HSL291.04º30.88%57.45%-
HSV(B)291.04º37.22%70.59%-
XYZ30.7223.6546.13-
YUV137.68151.88151.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=36.72%
G=24.41%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701131800.060.3700.29291.0430.8857.45
HexAA71B462501D1231f39
Octal2521612646450354433771
Binary1010101011100011011010011010010101110110010001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71B4; }

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

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

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

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

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

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

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

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