Html Css Color HEX #A6719B Bouquet

📋 copy color: '#A6719B'

red 166 ◦ green 113 ◦ blue 155

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

Shades of Bouquet #A6719B

Tints of Bouquet #A6719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.04%

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

R = 38.25%
G = 26.04%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6719B (or 0xA6719B) is known color: Bouquet. HEX triplet: A6, 71 and 9B. RGB value is (166,113,155). Sum of RGB (Red+Green+Blue) = 166+113+155=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A6719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6719B is #598E64. Grayscale: #858585. Windows color (decimal): -5869157 or 10187174. OLE color: 10187174.

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

Color convert

RGB 166 113 155 -
CMYK 0 0.32 0.07 0.35
HSL 312.45º 0.23% 0.55% -
HSV(B) 312.45º 0.32% 0.65% -
XYZ 27.55 22.28 33.86 -
YUV 133.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 166 113 155 0 0.32 0.07 0.35 312.45 0.23 0.55
Hex A6 71 9B 0 20 7 23 138 17 37
Octal 246 161 233 0 40 7 43 470 27 67
Binary 10100110 1110001 10011011 0 100000 111 100011 100111000 10111 110111

Color Harmonies of #A6719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6719B

Black with #A6719B

Text Example


Text Example

White with #A6719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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