Html Css Color HEX #A6769C Bouquet

📋 copy color: '#A6769C'

red 166 ◦ green 118 ◦ blue 156

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

Shades of Bouquet #A6769C

Tints of Bouquet #A6769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

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

R = 37.73%
G = 26.82%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6769C (or 0xA6769C) is known color: Bouquet. HEX triplet: A6, 76 and 9C. RGB value is (166,118,156). Sum of RGB (Red+Green+Blue) = 166+118+156=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6769C is #598963. Grayscale: #888888. Windows color (decimal): -5867876 or 10253990. OLE color: 10253990.

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

Color convert

RGB 166 118 156 -
CMYK 0 0.29 0.06 0.35
HSL 312.5º 0.21% 0.56% -
HSV(B) 312.5º 0.29% 0.65% -
XYZ 28.21 23.46 34.49 -
YUV 136.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 166 118 156 0 0.29 0.06 0.35 312.5 0.21 0.56
Hex A6 76 9C 0 1D 6 23 138 15 38
Octal 246 166 234 0 35 6 43 470 25 70
Binary 10100110 1110110 10011100 0 11101 110 100011 100111000 10101 111000

Color Harmonies of #A6769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6769C

Black with #A6769C

Text Example


Text Example

White with #A6769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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