#AA6A97

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

Shades of Bouquet #AA6A97

Tints of Bouquet #AA6A97

Color information

#AA6A97 (or 0xAA6A97) is unknown color: approx Bouquet. HEX triplet: AA, 6A and 97. RGB value is (170,106,151). Sum of RGB (Red+Green+Blue) = 170+106+151=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A97 is #559568. Grayscale: #828282. Windows color (decimal): -5608809 or 9923242. OLE color: 9923242.

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

Color convert

RGB170106151-
CMYK00.380.110.33
HSL317.81º27.35%54.12%-
HSV(B)317.81º37.65%66.67%-
XYZ27.3221.0931.91-
YUV130.27139.7156.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=39.81%
G=24.82%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010615100.380.110.33317.8127.3554.12
HexAA6A97026B2113e1b36
Octal25215222704613414763366
Binary101010101101010100101110100110101110000110011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A97; }

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

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

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

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

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

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

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

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