#AA7490

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

Shades of Bouquet #AA7490

Tints of Bouquet #AA7490

Color information

#AA7490 (or 0xAA7490) is unknown color: approx Bouquet. HEX triplet: AA, 74 and 90. RGB value is (170,116,144). Sum of RGB (Red+Green+Blue) = 170+116+144=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7490 is #558B6F. Grayscale: #878787. Windows color (decimal): -5606256 or 9467050. OLE color: 9467050.

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

Color convert

RGB170116144-
CMYK00.320.150.33
HSL328.89º24.11%56.08%-
HSV(B)328.89º31.76%66.67%-
XYZ27.8623.0529.37-
YUV135.34132.89152.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=39.53%
G=26.98%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011614400.320.150.33328.8924.1156.08
HexAA7490020F211491838
Octal25216422004017415113070
Binary101010101110100100100000100000111110000110100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7490; }

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

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

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

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

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

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

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

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