#AA72A1

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

Shades of Bouquet #AA72A1

Tints of Bouquet #AA72A1

Color information

#AA72A1 (or 0xAA72A1) is unknown color: approx Bouquet. HEX triplet: AA, 72 and A1. RGB value is (170,114,161). Sum of RGB (Red+Green+Blue) = 170+114+161=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A1 is #558D5E. Grayscale: #878787. Windows color (decimal): -5606751 or 10580650. OLE color: 10580650.

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

Color convert

RGB170114161-
CMYK00.330.050.33
HSL309.64º24.78%55.69%-
HSV(B)309.64º32.94%66.67%-
XYZ29.0323.1536.66-
YUV136.1142.05152.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=38.20%
G=25.62%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011416100.330.050.33309.6424.7855.69
HexAA72A10215211361938
Octal2521622410415414663170
Binary10101010111001010100001010000110110000110011011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72A1; }

 p { color: rgb(170,114,161); }

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

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

 a { background-color: rgb(170,114,161); }

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

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

 span { border-color: rgb(170,114,161); }

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