Html Css Color HEX #A677A0 Bouquet

📋 copy color: '#A677A0'

red 166 ◦ green 119 ◦ blue 160

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

Shades of Bouquet #A677A0

Tints of Bouquet #A677A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 37.3%
G = 26.74%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A677A0 (or 0xA677A0) is known color: Bouquet. HEX triplet: A6, 77 and A0. RGB value is (166,119,160). Sum of RGB (Red+Green+Blue) = 166+119+160=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A677A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A677A0 is #59885F. Grayscale: #898989. Windows color (decimal): -5867616 or 10516390. OLE color: 10516390.

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

Color convert

RGB 166 119 160 -
CMYK 0 0.28 0.04 0.35
HSL 307.66º 0.21% 0.56% -
HSV(B) 307.66º 0.28% 0.65% -
XYZ 28.67 23.84 36.35 -
YUV 137.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 166 119 160 0 0.28 0.04 0.35 307.66 0.21 0.56
Hex A6 77 A0 0 1C 4 23 134 15 38
Octal 246 167 240 0 34 4 43 464 25 70
Binary 10100110 1110111 10100000 0 11100 100 100011 100110100 10101 111000

Color Harmonies of #A677A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677A0

Black with #A677A0

Text Example


Text Example

White with #A677A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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