#AA7597

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

Shades of Bouquet #AA7597

Tints of Bouquet #AA7597

Color information

#AA7597 (or 0xAA7597) is unknown color: approx Bouquet. HEX triplet: AA, 75 and 97. RGB value is (170,117,151). Sum of RGB (Red+Green+Blue) = 170+117+151=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7597 is #558A68. Grayscale: #888888. Windows color (decimal): -5605993 or 9926058. OLE color: 9926058.

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

Color convert

RGB170117151-
CMYK00.310.110.33
HSL321.51º23.77%56.27%-
HSV(B)321.51º31.18%66.67%-
XYZ28.5223.532.31-
YUV136.72136.06151.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=38.81%
G=26.71%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011715100.310.110.33321.5123.7756.27
HexAA759701FB211421838
Octal25216522703713415023070
Binary10101010111010110010111011111101110000110100001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7597; }

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

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

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

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

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

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

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

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