Html Css Color HEX #A6779A Bouquet

📋 copy color: '#A6779A'

red 166 ◦ green 119 ◦ blue 154

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

Shades of Bouquet #A6779A

Tints of Bouquet #A6779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 37.81%
G = 27.11%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6779A (or 0xA6779A) is known color: Bouquet. HEX triplet: A6, 77 and 9A. RGB value is (166,119,154). Sum of RGB (Red+Green+Blue) = 166+119+154=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6779A is #598865. Grayscale: #888888. Windows color (decimal): -5867622 or 10123174. OLE color: 10123174.

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

Color convert

RGB 166 119 154 -
CMYK 0 0.28 0.07 0.35
HSL 315.32º 0.21% 0.56% -
HSV(B) 315.32º 0.28% 0.65% -
XYZ 28.16 23.63 33.65 -
YUV 137.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 166 119 154 0 0.28 0.07 0.35 315.32 0.21 0.56
Hex A6 77 9A 0 1C 7 23 13B 15 38
Octal 246 167 232 0 34 7 43 473 25 70
Binary 10100110 1110111 10011010 0 11100 111 100011 100111011 10101 111000

Color Harmonies of #A6779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6779A

Black with #A6779A

Text Example


Text Example

White with #A6779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6779A; }

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

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

background-color css

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

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

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

border-color css

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

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

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