#AA7993

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

Shades of Bouquet #AA7993

Tints of Bouquet #AA7993

Color information

#AA7993 (or 0xAA7993) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 93. RGB value is (170,121,147). Sum of RGB (Red+Green+Blue) = 170+121+147=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7993 is #55866C. Grayscale: #8A8A8A. Windows color (decimal): -5604973 or 9664938. OLE color: 9664938.

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

Color convert

RGB170121147-
CMYK00.290.140.33
HSL328.16º22.37%57.06%-
HSV(B)328.16º28.82%66.67%-
XYZ28.6824.3330.79-
YUV138.62132.73150.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=38.81%
G=27.63%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012114700.290.140.33328.1622.3757.06
HexAA799301DE211481639
Octal25217122303516415102671
Binary10101010111100110010011011101111010000110100100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7993; }

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

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

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

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

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

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

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

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