#A6759F

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

Shades of Bouquet #A6759F

Tints of Bouquet #A6759F

Color information

#A6759F (or 0xA6759F) is unknown color: approx Bouquet. HEX triplet: A6, 75 and 9F. RGB value is (166,117,159). Sum of RGB (Red+Green+Blue) = 166+117+159=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6759F is #598A60. Grayscale: #888888. Windows color (decimal): -5868129 or 10450342. OLE color: 10450342.

HSL color Cylindrical-coordinate representation of color #A6759F: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6759F is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166117159-
CMYK00.300.040.35
HSL308.57º21.59%55.49%-
HSV(B)308.57º29.52%65.1%-
XYZ28.3523.3335.81-
YUV136.44140.73149.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=37.56%
G=26.47%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611715900.300.040.35308.5721.5955.49
HexA6759F01E4231351637
Octal2461652370364434652667
Binary1010011011101011001111101111010010001110011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6759F; }

 p { color: rgb(166,117,159); }

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

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

 a { background-color: rgb(166,117,159); }

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

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

 span { border-color: rgb(166,117,159); }

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