#AA7097

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

Shades of Bouquet #AA7097

Tints of Bouquet #AA7097

Color information

#AA7097 (or 0xAA7097) is unknown color: approx Bouquet. HEX triplet: AA, 70 and 97. RGB value is (170,112,151). Sum of RGB (Red+Green+Blue) = 170+112+151=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7097 is #558F68. Grayscale: #858585. Windows color (decimal): -5607273 or 9924778. OLE color: 9924778.

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

Color convert

RGB170112151-
CMYK00.340.110.33
HSL319.66º25.44%55.29%-
HSV(B)319.66º34.12%66.67%-
XYZ27.9622.3732.12-
YUV133.79137.72153.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=39.26%
G=25.87%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011215100.340.110.33319.6625.4455.29
HexAA7097022B211401937
Octal25216022704213415003167
Binary101010101110000100101110100010101110000110100000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7097; }

 p { color: rgb(170,112,151); }

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

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

 a { background-color: rgb(170,112,151); }

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

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

 span { border-color: rgb(170,112,151); }

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