Html Css Color HEX #AB779B Bouquet

📋 copy color: '#AB779B'

red 171 ◦ green 119 ◦ blue 155

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

Shades of Bouquet #AB779B

Tints of Bouquet #AB779B

RGB

 RED value IS 171 (67.19% from 255) = 38.43%

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

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

R = 38.43%
G = 26.74%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB779B (or 0xAB779B) is known color: Bouquet. HEX triplet: AB, 77 and 9B. RGB value is (171,119,155). Sum of RGB (Red+Green+Blue) = 171+119+155=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB779B is #548864. Grayscale: #8A8A8A. Windows color (decimal): -5539941 or 10188715. OLE color: 10188715.

HSL color Cylindrical-coordinate representation of color #AB779B: hue angle of 318.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB779B is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 119 155 -
CMYK 0 0.30 0.09 0.33
HSL 318.46º 0.24% 0.57% -
HSV(B) 318.46º 0.3% 0.67% -
XYZ 29.31 24.22 34.14 -
YUV 138.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 171 119 155 0 0.30 0.09 0.33 318.46 0.24 0.57
Hex AB 77 9B 0 1E 9 21 13E 18 39
Octal 253 167 233 0 36 11 41 476 30 71
Binary 10101011 1110111 10011011 0 11110 1001 100001 100111110 11000 111001

Color Harmonies of #AB779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB779B

Black with #AB779B

Text Example


Text Example

White with #AB779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB779B; }

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

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

background-color css

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

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

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

border-color css

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

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

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