#AA71A5

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

Shades of Violet Blue #AA71A5

Tints of Violet Blue #AA71A5

Color information

#AA71A5 (or 0xAA71A5) is unknown color: approx Violet Blue. HEX triplet: AA, 71 and A5. RGB value is (170,113,165). Sum of RGB (Red+Green+Blue) = 170+113+165=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA71A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71A5 is #558E5A. Grayscale: #878787. Windows color (decimal): -5607003 or 10842538. OLE color: 10842538.

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

Color convert

RGB170113165-
CMYK00.340.030.33
HSL305.26º25.11%55.49%-
HSV(B)305.26º33.53%66.67%-
XYZ29.2723.0738.51-
YUV135.97144.38152.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 165 (64.84% from 255) = 36.83%
R=37.95%
G=25.22%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011316500.340.030.33305.2625.1155.49
HexAA71A50223211311937
Octal2521612450423414613167
Binary1010101011100011010010101000101110000110011000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71A5; }

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

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

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

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

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

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

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

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