#AA71A7

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

Shades of Violet Blue #AA71A7

Tints of Violet Blue #AA71A7

Color information

#AA71A7 (or 0xAA71A7) is unknown color: approx Violet Blue. HEX triplet: AA, 71 and A7. RGB value is (170,113,167). Sum of RGB (Red+Green+Blue) = 170+113+167=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA71A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71A7 is #558E58. Grayscale: #888888. Windows color (decimal): -5607001 or 10973610. OLE color: 10973610.

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

Color convert

RGB170113167-
CMYK00.340.020.33
HSL303.16º25.11%55.49%-
HSV(B)303.16º33.53%66.67%-
XYZ29.4623.1539.47-
YUV136.2145.38152.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 167 (65.62% from 255) = 37.11%
R=37.78%
G=25.11%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011316700.340.020.33303.1625.1155.49
HexAA71A702222112f1937
Octal2521612470422414573167
Binary1010101011100011010011101000101010000110010111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71A7; }

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

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

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

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

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

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

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

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