Html Css Color HEX #A6749B Bouquet

📋 copy color: '#A6749B'

red 166 ◦ green 116 ◦ blue 155

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

Shades of Bouquet #A6749B

Tints of Bouquet #A6749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.54%

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

R = 37.99%
G = 26.54%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6749B (or 0xA6749B) is known color: Bouquet. HEX triplet: A6, 74 and 9B. RGB value is (166,116,155). Sum of RGB (Red+Green+Blue) = 166+116+155=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6749B is #598B64. Grayscale: #878787. Windows color (decimal): -5868389 or 10187942. OLE color: 10187942.

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

Color convert

RGB 166 116 155 -
CMYK 0 0.30 0.07 0.35
HSL 313.2º 0.22% 0.55% -
HSV(B) 313.2º 0.3% 0.65% -
XYZ 27.89 22.96 33.97 -
YUV 135.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 166 116 155 0 0.30 0.07 0.35 313.2 0.22 0.55
Hex A6 74 9B 0 1E 7 23 139 16 37
Octal 246 164 233 0 36 7 43 471 26 67
Binary 10100110 1110100 10011011 0 11110 111 100011 100111001 10110 110111

Color Harmonies of #A6749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6749B

Black with #A6749B

Text Example


Text Example

White with #A6749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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