#AA7F9A

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

Shades of Bouquet #AA7F9A

Tints of Bouquet #AA7F9A

Color information

#AA7F9A (or 0xAA7F9A) is unknown color: approx Bouquet. HEX triplet: AA, 7F and 9A. RGB value is (170,127,154). Sum of RGB (Red+Green+Blue) = 170+127+154=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F9A is #558065. Grayscale: #8E8E8E. Windows color (decimal): -5603430 or 10125226. OLE color: 10125226.

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

Color convert

RGB170127154-
CMYK00.250.090.33
HSL322.33º20.19%58.24%-
HSV(B)322.33º25.29%66.67%-
XYZ3026.0634.02-
YUV142.94134.25147.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=37.69%
G=28.16%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012715400.250.090.33322.3320.1958.24
HexAA7F9A019921142143a
Octal25217723203111415022472
Binary10101010111111110011010011001100110000110100001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F9A; }

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

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

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

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

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

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

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

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