Html Css Color HEX #A6729B Bouquet

📋 copy color: '#A6729B'

red 166 ◦ green 114 ◦ blue 155

#A6729B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #A6729B

Tints of Bouquet #A6729B

RGB

 RED value IS 166 (65.23% from 255) = 38.16%

 GREEN value IS 114 (44.92% from 255) = 26.21%

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 38.16%
G = 26.21%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6729B (or 0xA6729B) is known color: Bouquet. HEX triplet: A6, 72 and 9B. RGB value is (166,114,155). Sum of RGB (Red+Green+Blue) = 166+114+155=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6729B is #598D64. Grayscale: #868686. Windows color (decimal): -5868901 or 10187430. OLE color: 10187430.

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

Color convert

RGB 166 114 155 -
CMYK 0 0.31 0.07 0.35
HSL 312.69º 0.23% 0.55% -
HSV(B) 312.69º 0.31% 0.65% -
XYZ 27.66 22.51 33.9 -
YUV 134.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 166 114 155 0 0.31 0.07 0.35 312.69 0.23 0.55
Hex A6 72 9B 0 1F 7 23 139 17 37
Octal 246 162 233 0 37 7 43 471 27 67
Binary 10100110 1110010 10011011 0 11111 111 100011 100111001 10111 110111

Color Harmonies of #A6729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6729B

Black with #A6729B

Text Example


Text Example

White with #A6729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6729B; }

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

 H1.HeaderClassName
 {
   color: #A6729B;
 }
 .AnyTagClassName
 {
   color: #A6729B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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