#A6729C

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

Shades of Bouquet #A6729C

Tints of Bouquet #A6729C

Color information

#A6729C (or 0xA6729C) is unknown color: approx Bouquet. HEX triplet: A6, 72 and 9C. RGB value is (166,114,156). Sum of RGB (Red+Green+Blue) = 166+114+156=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6729C is #598D63. Grayscale: #868686. Windows color (decimal): -5868900 or 10252966. OLE color: 10252966.

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

Color convert

RGB166114156-
CMYK00.310.060.35
HSL311.54º22.61%54.9%-
HSV(B)311.54º31.33%65.1%-
XYZ27.7422.5434.34-
YUV134.34140.23150.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=38.07%
G=26.15%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611415600.310.060.35311.5422.6154.9
HexA6729C01F6231381737
Octal2461622340376434702767
Binary1010011011100101001110001111111010001110011100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6729C; }

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

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

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

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

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

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

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

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