Html Css Color HEX #AB779D Bouquet

📋 copy color: '#AB779D'

red 171 ◦ green 119 ◦ blue 157

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

Shades of Bouquet #AB779D

Tints of Bouquet #AB779D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 38.26%
G = 26.62%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB779D (or 0xAB779D) is known color: Bouquet. HEX triplet: AB, 77 and 9D. RGB value is (171,119,157). Sum of RGB (Red+Green+Blue) = 171+119+157=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB779D is #548862. Grayscale: #8A8A8A. Windows color (decimal): -5539939 or 10319787. OLE color: 10319787.

HSL color Cylindrical-coordinate representation of color #AB779D: hue angle of 316.15º 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 #AB779D is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 119 157 -
CMYK 0 0.30 0.08 0.33
HSL 316.15º 0.24% 0.57% -
HSV(B) 316.15º 0.3% 0.67% -
XYZ 29.48 24.29 35.03 -
YUV 138.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 171 119 157 0 0.30 0.08 0.33 316.15 0.24 0.57
Hex AB 77 9D 0 1E 8 21 13C 18 39
Octal 253 167 235 0 36 10 41 474 30 71
Binary 10101011 1110111 10011101 0 11110 1000 100001 100111100 11000 111001

Color Harmonies of #AB779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB779D

Black with #AB779D

Text Example


Text Example

White with #AB779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB779D; }

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

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

background-color css

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

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

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

border-color css

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

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

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