Html Css Color HEX #AB779E Bouquet

📋 copy color: '#AB779E'

red 171 ◦ green 119 ◦ blue 158

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

Shades of Bouquet #AB779E

Tints of Bouquet #AB779E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 38.17%
G = 26.56%
B = 35.27%

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

#AB779E (or 0xAB779E) is known color: Bouquet. HEX triplet: AB, 77 and 9E. RGB value is (171,119,158). Sum of RGB (Red+Green+Blue) = 171+119+158=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB779E is #548861. Grayscale: #8A8A8A. Windows color (decimal): -5539938 or 10385323. OLE color: 10385323.

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

Color convert

RGB 171 119 158 -
CMYK 0 0.30 0.08 0.33
HSL 315º 0.24% 0.57% -
HSV(B) 315º 0.3% 0.67% -
XYZ 29.56 24.32 35.48 -
YUV 138.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 171 119 158 0 0.30 0.08 0.33 315 0.24 0.57
Hex AB 77 9E 0 1E 8 21 13B 18 39
Octal 253 167 236 0 36 10 41 473 30 71
Binary 10101011 1110111 10011110 0 11110 1000 100001 100111011 11000 111001

Color Harmonies of #AB779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB779E

Black with #AB779E

Text Example


Text Example

White with #AB779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB779E; }

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

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

background-color css

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

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

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

border-color css

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

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

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