#AA7299

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

Shades of Bouquet #AA7299

Tints of Bouquet #AA7299

Color information

#AA7299 (or 0xAA7299) is unknown color: approx Bouquet. HEX triplet: AA, 72 and 99. RGB value is (170,114,153). Sum of RGB (Red+Green+Blue) = 170+114+153=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7299 is #558D66. Grayscale: #878787. Windows color (decimal): -5606759 or 10056362. OLE color: 10056362.

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

Color convert

RGB170114153-
CMYK00.330.10.33
HSL318.21º24.78%55.69%-
HSV(B)318.21º32.94%66.67%-
XYZ28.3422.8833.06-
YUV135.19138.05152.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=38.90%
G=26.09%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011415300.330.10.33318.2124.7855.69
HexAA7299021A2113e1938
Octal25216223104112414763170
Binary101010101110010100110010100001101010000110011111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7299; }

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

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

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

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

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

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

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

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