#AA6A9A

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

Shades of Bouquet #AA6A9A

Tints of Bouquet #AA6A9A

Color information

#AA6A9A (or 0xAA6A9A) is unknown color: approx Bouquet. HEX triplet: AA, 6A and 9A. RGB value is (170,106,154). Sum of RGB (Red+Green+Blue) = 170+106+154=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A9A is #559565. Grayscale: #828282. Windows color (decimal): -5608806 or 10119850. OLE color: 10119850.

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

Color convert

RGB170106154-
CMYK00.380.090.33
HSL315º27.35%54.12%-
HSV(B)315º37.65%66.67%-
XYZ27.5621.1933.21-
YUV130.61141.2156.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=39.53%
G=24.65%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010615400.380.090.3331527.3554.12
HexAA6A9A02692113b1b36
Octal25215223204611414733366
Binary101010101101010100110100100110100110000110011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A9A; }

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

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

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

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

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

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

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

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