Html Css Color HEX #A0779B Bouquet

📋 copy color: '#A0779B'

red 160 ◦ green 119 ◦ blue 155

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

Shades of Bouquet #A0779B

Tints of Bouquet #A0779B

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

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

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

R = 36.87%
G = 27.42%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0779B (or 0xA0779B) is known color: Bouquet. HEX triplet: A0, 77 and 9B. RGB value is (160,119,155). Sum of RGB (Red+Green+Blue) = 160+119+155=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0779B is #5F8864. Grayscale: #878787. Windows color (decimal): -6260837 or 10188704. OLE color: 10188704.

HSL color Cylindrical-coordinate representation of color #A0779B: hue angle of 307.32º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0779B is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 155 -
CMYK 0 0.26 0.03 0.37
HSL 307.32º 0.18% 0.55% -
HSV(B) 307.32º 0.26% 0.63% -
XYZ 27.01 23.03 34.03 -
YUV 135.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 160 119 155 0 0.26 0.03 0.37 307.32 0.18 0.55
Hex A0 77 9B 0 1A 3 25 133 12 37
Octal 240 167 233 0 32 3 45 463 22 67
Binary 10100000 1110111 10011011 0 11010 11 100101 100110011 10010 110111

Color Harmonies of #A0779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0779B

Black with #A0779B

Text Example


Text Example

White with #A0779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0779B; }

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

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

background-color css

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

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

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

border-color css

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

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

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