Html Css Color HEX #AF779D Bouquet

📋 copy color: '#AF779D'

red 175 ◦ green 119 ◦ blue 157

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

Shades of Bouquet #AF779D

Tints of Bouquet #AF779D

RGB

 RED value IS 175 (68.75% from 255) = 38.8%

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

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

R = 38.8%
G = 26.39%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF779D (or 0xAF779D) is known color: Bouquet. HEX triplet: AF, 77 and 9D. RGB value is (175,119,157). Sum of RGB (Red+Green+Blue) = 175+119+157=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF779D is #508862. Grayscale: #8B8B8B. Windows color (decimal): -5277795 or 10319791. OLE color: 10319791.

HSL color Cylindrical-coordinate representation of color #AF779D: hue angle of 319.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF779D is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 157 -
CMYK 0 0.32 0.10 0.31
HSL 319.29º 0.26% 0.58% -
HSV(B) 319.29º 0.32% 0.69% -
XYZ 30.36 24.74 35.07 -
YUV 140.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 175 119 157 0 0.32 0.10 0.31 319.29 0.26 0.58
Hex AF 77 9D 0 20 A 1F 13F 1A 3A
Octal 257 167 235 0 40 12 37 477 32 72
Binary 10101111 1110111 10011101 0 100000 1010 11111 100111111 11010 111010

Color Harmonies of #AF779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF779D

Black with #AF779D

Text Example


Text Example

White with #AF779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF779D; }

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

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

background-color css

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

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

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

border-color css

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

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

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