Html Css Color HEX #AB779A Bouquet

📋 copy color: '#AB779A'

red 171 ◦ green 119 ◦ blue 154

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

Shades of Bouquet #AB779A

Tints of Bouquet #AB779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 38.51%
G = 26.8%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB779A (or 0xAB779A) is known color: Bouquet. HEX triplet: AB, 77 and 9A. RGB value is (171,119,154). Sum of RGB (Red+Green+Blue) = 171+119+154=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB779A is #548865. Grayscale: #8A8A8A. Windows color (decimal): -5539942 or 10123179. OLE color: 10123179.

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

Color convert

RGB 171 119 154 -
CMYK 0 0.30 0.10 0.33
HSL 319.62º 0.24% 0.57% -
HSV(B) 319.62º 0.3% 0.67% -
XYZ 29.22 24.18 33.7 -
YUV 138.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 171 119 154 0 0.30 0.10 0.33 319.62 0.24 0.57
Hex AB 77 9A 0 1E A 21 140 18 39
Octal 253 167 232 0 36 12 41 500 30 71
Binary 10101011 1110111 10011010 0 11110 1010 100001 101000000 11000 111001

Color Harmonies of #AB779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB779A

Black with #AB779A

Text Example


Text Example

White with #AB779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB779A; }

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

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

background-color css

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

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

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

border-color css

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

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

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