#A6769D

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

Shades of Bouquet #A6769D

Tints of Bouquet #A6769D

Color information

#A6769D (or 0xA6769D) is unknown color: approx Bouquet. HEX triplet: A6, 76 and 9D. RGB value is (166,118,157). Sum of RGB (Red+Green+Blue) = 166+118+157=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6769D is #598962. Grayscale: #888888. Windows color (decimal): -5867875 or 10319526. OLE color: 10319526.

HSL color Cylindrical-coordinate representation of color #A6769D: hue angle of 311.25º 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 #A6769D is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166118157-
CMYK00.290.050.35
HSL311.25º21.24%55.69%-
HSV(B)311.25º28.92%65.1%-
XYZ28.2923.534.94-
YUV136.8139.4148.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=37.64%
G=26.76%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611815700.290.050.35311.2521.2455.69
HexA6769D01D5231371538
Octal2461662350355434672570
Binary1010011011101101001110101110110110001110011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6769D; }

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

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

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

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

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

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

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

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