#A6769C

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

Shades of Bouquet #A6769C

Tints of Bouquet #A6769C

Color information

#A6769C (or 0xA6769C) is unknown color: approx Bouquet. HEX triplet: A6, 76 and 9C. RGB value is (166,118,156). Sum of RGB (Red+Green+Blue) = 166+118+156=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6769C is #598963. Grayscale: #888888. Windows color (decimal): -5867876 or 10253990. OLE color: 10253990.

HSL color Cylindrical-coordinate representation of color #A6769C: hue angle of 312.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6769C is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB166118156-
CMYK00.290.060.35
HSL312.5º21.24%55.69%-
HSV(B)312.5º28.92%65.1%-
XYZ28.2123.4634.49-
YUV136.68138.9148.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=37.73%
G=26.82%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611815600.290.060.35312.521.2455.69
HexA6769C01D6231381538
Octal2461662340356434702570
Binary1010011011101101001110001110111010001110011100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6769C; }

 p { color: rgb(166,118,156); }

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

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

 a { background-color: rgb(166,118,156); }

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

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

 span { border-color: rgb(166,118,156); }

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