#AA7293

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

Shades of Bouquet #AA7293

Tints of Bouquet #AA7293

Color information

#AA7293 (or 0xAA7293) is unknown color: approx Bouquet. HEX triplet: AA, 72 and 93. RGB value is (170,114,147). Sum of RGB (Red+Green+Blue) = 170+114+147=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7293 is #558D6C. Grayscale: #868686. Windows color (decimal): -5606765 or 9663146. OLE color: 9663146.

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

Color convert

RGB170114147-
CMYK00.330.140.33
HSL324.64º24.78%55.69%-
HSV(B)324.64º32.94%66.67%-
XYZ27.8622.6930.51-
YUV134.51135.05153.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=39.44%
G=26.45%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011414700.330.140.33324.6424.7855.69
HexAA7293021E211451938
Octal25216222304116415053170
Binary101010101110010100100110100001111010000110100010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7293; }

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

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

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

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

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

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

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

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