#AA6696

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

Shades of Bouquet #AA6696

Tints of Bouquet #AA6696

Color information

#AA6696 (or 0xAA6696) is unknown color: approx Bouquet. HEX triplet: AA, 66 and 96. RGB value is (170,102,150). Sum of RGB (Red+Green+Blue) = 170+102+150=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6696 is #559969. Grayscale: #7F7F7F. Windows color (decimal): -5609834 or 9856682. OLE color: 9856682.

HSL color Cylindrical-coordinate representation of color #AA6696: hue angle of 317.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6696 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170102150-
CMYK00.40.120.33
HSL317.65º28.57%53.33%-
HSV(B)317.65º40%66.67%-
XYZ26.8320.2531.35-
YUV127.8140.53158.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=40.28%
G=24.17%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010215000.40.120.33317.6528.5753.33
HexAA6696028C2113e1d35
Octal25214622605014414763565
Binary101010101100110100101100101000110010000110011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6696; }

 p { color: rgb(170,102,150); }

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

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

 a { background-color: rgb(170,102,150); }

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

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

 span { border-color: rgb(170,102,150); }

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