Html Css Color HEX #A6779C Bouquet

📋 copy color: '#A6779C'

red 166 ◦ green 119 ◦ blue 156

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

Shades of Bouquet #A6779C

Tints of Bouquet #A6779C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.98%

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 37.64%
G = 26.98%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6779C (or 0xA6779C) is known color: Bouquet. HEX triplet: A6, 77 and 9C. RGB value is (166,119,156). Sum of RGB (Red+Green+Blue) = 166+119+156=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6779C is #598863. Grayscale: #898989. Windows color (decimal): -5867620 or 10254246. OLE color: 10254246.

HSL color Cylindrical-coordinate representation of color #A6779C: hue angle of 312.77º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6779C is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 119 156 -
CMYK 0 0.28 0.06 0.35
HSL 312.77º 0.21% 0.56% -
HSV(B) 312.77º 0.28% 0.65% -
XYZ 28.32 23.7 34.53 -
YUV 137.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 166 119 156 0 0.28 0.06 0.35 312.77 0.21 0.56
Hex A6 77 9C 0 1C 6 23 139 15 38
Octal 246 167 234 0 34 6 43 471 25 70
Binary 10100110 1110111 10011100 0 11100 110 100011 100111001 10101 111000

Color Harmonies of #A6779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6779C

Black with #A6779C

Text Example


Text Example

White with #A6779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6779C; }

 p { color: rgb(166,119,156); }

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

background-color css

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

 a { background-color: rgb(166,119,156); }

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

border-color css

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

 span { border-color: rgb(166,119,156); }

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