#AA71A0

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

Shades of Bouquet #AA71A0

Tints of Bouquet #AA71A0

Color information

#AA71A0 (or 0xAA71A0) is unknown color: approx Bouquet. HEX triplet: AA, 71 and A0. RGB value is (170,113,160). Sum of RGB (Red+Green+Blue) = 170+113+160=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA71A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71A0 is #558E5F. Grayscale: #878787. Windows color (decimal): -5607008 or 10514858. OLE color: 10514858.

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

Color convert

RGB170113160-
CMYK00.340.060.33
HSL310.53º25.11%55.49%-
HSV(B)310.53º33.53%66.67%-
XYZ28.8322.8936.16-
YUV135.4141.88152.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=38.37%
G=25.51%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011316000.340.060.33310.5325.1155.49
HexAA71A00226211371937
Octal2521612400426414673167
Binary10101010111000110100000010001011010000110011011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71A0; }

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

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

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

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

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

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

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

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