#AA7393

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

Shades of Bouquet #AA7393

Tints of Bouquet #AA7393

Color information

#AA7393 (or 0xAA7393) is unknown color: approx Bouquet. HEX triplet: AA, 73 and 93. RGB value is (170,115,147). Sum of RGB (Red+Green+Blue) = 170+115+147=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7393 is #558C6C. Grayscale: #878787. Windows color (decimal): -5606509 or 9663402. OLE color: 9663402.

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

Color convert

RGB170115147-
CMYK00.320.140.33
HSL325.09º24.44%55.88%-
HSV(B)325.09º32.35%66.67%-
XYZ27.9722.9130.55-
YUV135.09134.72152.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 147 (57.81% from 255) = 34.03%
R=39.35%
G=26.62%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011514700.320.140.33325.0924.4455.88
HexAA7393020E211451838
Octal25216322304016415053070
Binary101010101110011100100110100000111010000110100010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7393; }

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

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

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

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

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

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

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

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