#AA7294

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

Shades of Bouquet #AA7294

Tints of Bouquet #AA7294

Color information

#AA7294 (or 0xAA7294) is unknown color: approx Bouquet. HEX triplet: AA, 72 and 94. RGB value is (170,114,148). Sum of RGB (Red+Green+Blue) = 170+114+148=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7294 is #558D6B. Grayscale: #868686. Windows color (decimal): -5606764 or 9728682. OLE color: 9728682.

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

Color convert

RGB170114148-
CMYK00.330.130.33
HSL323.57º24.78%55.69%-
HSV(B)323.57º32.94%66.67%-
XYZ27.9422.7230.93-
YUV134.62135.55153.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=39.35%
G=26.39%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011414800.330.130.33323.5724.7855.69
HexAA7294021D211441938
Octal25216222404115415043170
Binary101010101110010100101000100001110110000110100010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7294; }

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

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

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

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

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

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

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

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