#AA7495

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

Shades of Bouquet #AA7495

Tints of Bouquet #AA7495

Color information

#AA7495 (or 0xAA7495) is unknown color: approx Bouquet. HEX triplet: AA, 74 and 95. RGB value is (170,116,149). Sum of RGB (Red+Green+Blue) = 170+116+149=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7495 is #558B6A. Grayscale: #878787. Windows color (decimal): -5606251 or 9794730. OLE color: 9794730.

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

Color convert

RGB170116149-
CMYK00.320.120.33
HSL323.33º24.11%56.08%-
HSV(B)323.33º31.76%66.67%-
XYZ28.2523.2131.42-
YUV135.91135.39152.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=39.08%
G=26.67%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011614900.320.120.33323.3324.1156.08
HexAA7495020C211431838
Octal25216422504014415033070
Binary101010101110100100101010100000110010000110100001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7495; }

 p { color: rgb(170,116,149); }

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

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

 a { background-color: rgb(170,116,149); }

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

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

 span { border-color: rgb(170,116,149); }

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