Html Css Color HEX #A6729C Bouquet

📋 copy color: '#A6729C'

red 166 ◦ green 114 ◦ blue 156

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

Shades of Bouquet #A6729C

Tints of Bouquet #A6729C

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 value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6729C (or 0xA6729C) is known color: 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

RGB 166 114 156 -
CMYK 0 0.31 0.06 0.35
HSL 311.54º 0.23% 0.55% -
HSV(B) 311.54º 0.31% 0.65% -
XYZ 27.74 22.54 34.34 -
YUV 134.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 166 114 156 0 0.31 0.06 0.35 311.54 0.23 0.55
Hex A6 72 9C 0 1F 6 23 138 17 37
Octal 246 162 234 0 37 6 43 470 27 67
Binary 10100110 1110010 10011100 0 11111 110 100011 100111000 10111 110111

Color Harmonies of #A6729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6729C

Black with #A6729C

Text Example


Text Example

White with #A6729C

Text Example


Text Example

HTML Codes & Css Web 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>