#AA6E9C

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

Shades of Bouquet #AA6E9C

Tints of Bouquet #AA6E9C

Color information

#AA6E9C (or 0xAA6E9C) is unknown color: approx Bouquet. HEX triplet: AA, 6E and 9C. RGB value is (170,110,156). Sum of RGB (Red+Green+Blue) = 170+110+156=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6E9C is #559163. Grayscale: #858585. Windows color (decimal): -5607780 or 10251946. OLE color: 10251946.

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

Color convert

RGB170110156-
CMYK00.350.080.33
HSL314º26.09%54.9%-
HSV(B)314º35.29%66.67%-
XYZ28.1522.134.23-
YUV133.18140.88154.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=38.99%
G=25.23%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011015600.350.080.3331426.0954.9
HexAA6E9C02382113a1a37
Octal25215623404310414723267
Binary101010101101110100111000100011100010000110011101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E9C; }

 p { color: rgb(170,110,156); }

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

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

 a { background-color: rgb(170,110,156); }

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

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

 span { border-color: rgb(170,110,156); }

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