#AA7C9D

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

Shades of Bouquet #AA7C9D

Tints of Bouquet #AA7C9D

Color information

#AA7C9D (or 0xAA7C9D) is unknown color: approx Bouquet. HEX triplet: AA, 7C and 9D. RGB value is (170,124,157). Sum of RGB (Red+Green+Blue) = 170+124+157=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C9D is #558362. Grayscale: #8D8D8D. Windows color (decimal): -5604195 or 10321066. OLE color: 10321066.

HSL color Cylindrical-coordinate representation of color #AA7C9D: hue angle of 316.96º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7C9D is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170124157-
CMYK00.270.080.33
HSL316.96º21.3%57.65%-
HSV(B)316.96º27.06%66.67%-
XYZ29.8725.435.23-
YUV141.52136.74148.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=37.69%
G=27.49%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012415700.270.080.33316.9621.357.65
HexAA7C9D01B82113d153a
Octal25217423503310414752572
Binary10101010111110010011101011011100010000110011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C9D; }

 p { color: rgb(170,124,157); }

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

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

 a { background-color: rgb(170,124,157); }

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

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

 span { border-color: rgb(170,124,157); }

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