Html Css Color HEX #AB779F Bouquet

📋 copy color: '#AB779F'

red 171 ◦ green 119 ◦ blue 159

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

Shades of Bouquet #AB779F

Tints of Bouquet #AB779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 38.08%
G = 26.5%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB779F (or 0xAB779F) is known color: Bouquet. HEX triplet: AB, 77 and 9F. RGB value is (171,119,159). Sum of RGB (Red+Green+Blue) = 171+119+159=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB779F is #548860. Grayscale: #8B8B8B. Windows color (decimal): -5539937 or 10450859. OLE color: 10450859.

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

Color convert

RGB 171 119 159 -
CMYK 0 0.30 0.07 0.33
HSL 313.85º 0.24% 0.57% -
HSV(B) 313.85º 0.3% 0.67% -
XYZ 29.65 24.35 35.94 -
YUV 139.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 171 119 159 0 0.30 0.07 0.33 313.85 0.24 0.57
Hex AB 77 9F 0 1E 7 21 13A 18 39
Octal 253 167 237 0 36 7 41 472 30 71
Binary 10101011 1110111 10011111 0 11110 111 100001 100111010 11000 111001

Color Harmonies of #AB779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB779F

Black with #AB779F

Text Example


Text Example

White with #AB779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB779F; }

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

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

background-color css

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

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

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

border-color css

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

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

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