#aa6d9b

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

Shades of Bouquet #AA6D9B

Tints of Bouquet #AA6D9B

Color information

#AA6D9B (or 0xAA6D9B) is unknown color: approx Bouquet. HEX triplet: AA, 6D and 9B. RGB value is (170,109,155). Sum of RGB (Red+Green+Blue) = 170+109+155=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D9B is #559264. Grayscale: #848484. Windows color (decimal): -5608037 or 10186154. OLE color: 10186154.

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

Color convert

RGB170109155-
CMYK00.360.090.33
HSL314.75º26.41%54.71%-
HSV(B)314.75º35.88%66.67%-
XYZ27.9621.8533.75-
YUV132.48140.71154.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=39.17%
G=25.12%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010915500.360.090.33314.7526.4154.71
HexAA6D9B02492113b1a37
Octal25215523304411414733267
Binary101010101101101100110110100100100110000110011101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6d9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6d9b; }

 p { color: rgb(170,109,155); }

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

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

 a { background-color: rgb(170,109,155); }

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

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

 span { border-color: rgb(170,109,155); }

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