Html Css Color HEX #AB778F Bouquet

📋 copy color: '#AB778F'

red 171 ◦ green 119 ◦ blue 143

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

Shades of Bouquet #AB778F

Tints of Bouquet #AB778F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 39.49%
G = 27.48%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB778F (or 0xAB778F) is known color: Bouquet. HEX triplet: AB, 77 and 8F. RGB value is (171,119,143). Sum of RGB (Red+Green+Blue) = 171+119+143=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB778F is #548870. Grayscale: #898989. Windows color (decimal): -5539953 or 9402283. OLE color: 9402283.

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

Color convert

RGB 171 119 143 -
CMYK 0 0.30 0.16 0.33
HSL 332.31º 0.24% 0.57% -
HSV(B) 332.31º 0.3% 0.67% -
XYZ 28.35 23.83 29.09 -
YUV 137.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 171 119 143 0 0.30 0.16 0.33 332.31 0.24 0.57
Hex AB 77 8F 0 1E 10 21 14C 18 39
Octal 253 167 217 0 36 20 41 514 30 71
Binary 10101011 1110111 10001111 0 11110 10000 100001 101001100 11000 111001

Color Harmonies of #AB778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB778F

Black with #AB778F

Text Example


Text Example

White with #AB778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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