Html Css Color HEX #A6709B Bouquet

📋 copy color: '#A6709B'

red 166 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #A6709B

Tints of Bouquet #A6709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 38.34%
G = 25.87%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6709B (or 0xA6709B) is known color: Bouquet. HEX triplet: A6, 70 and 9B. RGB value is (166,112,155). Sum of RGB (Red+Green+Blue) = 166+112+155=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A6709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6709B is #598F64. Grayscale: #848484. Windows color (decimal): -5869413 or 10186918. OLE color: 10186918.

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

Color convert

RGB 166 112 155 -
CMYK 0 0.33 0.07 0.35
HSL 312.22º 0.23% 0.55% -
HSV(B) 312.22º 0.33% 0.65% -
XYZ 27.44 22.06 33.82 -
YUV 133.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 166 112 155 0 0.33 0.07 0.35 312.22 0.23 0.55
Hex A6 70 9B 0 21 7 23 138 17 37
Octal 246 160 233 0 41 7 43 470 27 67
Binary 10100110 1110000 10011011 0 100001 111 100011 100111000 10111 110111

Color Harmonies of #A6709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6709B

Black with #A6709B

Text Example


Text Example

White with #A6709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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