#AA7193

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

Shades of Bouquet #AA7193

Tints of Bouquet #AA7193

Color information

#AA7193 (or 0xAA7193) is unknown color: approx Bouquet. HEX triplet: AA, 71 and 93. RGB value is (170,113,147). Sum of RGB (Red+Green+Blue) = 170+113+147=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7193 is #558E6C. Grayscale: #858585. Windows color (decimal): -5607021 or 9662890. OLE color: 9662890.

HSL color Cylindrical-coordinate representation of color #AA7193: hue angle of 324.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7193 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB170113147-
CMYK00.340.140.33
HSL324.21º25.11%55.49%-
HSV(B)324.21º33.53%66.67%-
XYZ27.7522.4630.48-
YUV133.92135.38153.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=39.53%
G=26.28%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011314700.340.140.33324.2125.1155.49
HexAA7193022E211441937
Octal25216122304216415043167
Binary101010101110001100100110100010111010000110100010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7193; }

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

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

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

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

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

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

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

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