#A6769E

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

Shades of Bouquet #A6769E

Tints of Bouquet #A6769E

Color information

#A6769E (or 0xA6769E) is unknown color: approx Bouquet. HEX triplet: A6, 76 and 9E. RGB value is (166,118,158). Sum of RGB (Red+Green+Blue) = 166+118+158=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6769E is #598961. Grayscale: #888888. Windows color (decimal): -5867874 or 10385062. OLE color: 10385062.

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

Color convert

RGB166118158-
CMYK00.290.050.35
HSL310º21.24%55.69%-
HSV(B)310º28.92%65.1%-
XYZ28.3823.5335.39-
YUV136.91139.9148.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=37.56%
G=26.70%
B=35.75%

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
Decimal16611815800.290.050.3531021.2455.69
HexA6769E01D5231361538
Octal2461662360355434662570
Binary1010011011101101001111001110110110001110011011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6769E; }

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

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

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

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

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

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

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

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