#AA7F9E

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

Shades of Bouquet #AA7F9E

Tints of Bouquet #AA7F9E

Color information

#AA7F9E (or 0xAA7F9E) is unknown color: approx Bouquet. HEX triplet: AA, 7F and 9E. RGB value is (170,127,158). Sum of RGB (Red+Green+Blue) = 170+127+158=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F9E is #558061. Grayscale: #8F8F8F. Windows color (decimal): -5603426 or 10387370. OLE color: 10387370.

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

Color convert

RGB170127158-
CMYK00.250.070.33
HSL316.74º20.19%58.24%-
HSV(B)316.74º25.29%66.67%-
XYZ30.3426.1935.8-
YUV143.39136.25146.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=37.36%
G=27.91%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012715800.250.070.33316.7420.1958.24
HexAA7F9E01972113d143a
Octal2521772360317414752472
Binary1010101011111111001111001100111110000110011110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F9E; }

 p { color: rgb(170,127,158); }

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

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

 a { background-color: rgb(170,127,158); }

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

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

 span { border-color: rgb(170,127,158); }

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