#A66C97

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

Shades of Bouquet #A66C97

Tints of Bouquet #A66C97

Color information

#A66C97 (or 0xA66C97) is unknown color: approx Bouquet. HEX triplet: A6, 6C and 97. RGB value is (166,108,151). Sum of RGB (Red+Green+Blue) = 166+108+151=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C97 is #599368. Grayscale: #828282. Windows color (decimal): -5870441 or 9923750. OLE color: 9923750.

HSL color Cylindrical-coordinate representation of color #A66C97: hue angle of 315.52º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A66C97 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166108151-
CMYK00.350.090.35
HSL315.52º24.58%53.73%-
HSV(B)315.52º34.94%65.1%-
XYZ26.6721.0731.94-
YUV130.24139.72153.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 108 (42.58% from 255) = 25.41%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=39.06%
G=25.41%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610815100.350.090.35315.5224.5853.73
HexA66C9702392313c1936
Octal24615422704311434743166
Binary101001101101100100101110100011100110001110011110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C97; }

 p { color: rgb(166,108,151); }

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

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

 a { background-color: rgb(166,108,151); }

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

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

 span { border-color: rgb(166,108,151); }

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