#AF779C

Color #AF779C Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AF779C

Tints of Bouquet #AF779C

Color information

#AF779C (or 0xAF779C) is unknown color: approx Bouquet. HEX triplet: AF, 77 and 9C. RGB value is (175,119,156). Sum of RGB (Red+Green+Blue) = 175+119+156=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF779C is #508863. Grayscale: #8B8B8B. Windows color (decimal): -5277796 or 10254255. OLE color: 10254255.

HSL color Cylindrical-coordinate representation of color #AF779C: hue angle of 320.36º 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 #AF779C is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175119156-
CMYK00.320.110.31
HSL320.36º25.93%57.65%-
HSV(B)320.36º32%68.63%-
XYZ30.2824.7134.63-
YUV139.96137.05152.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=38.89%
G=26.44%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511915600.320.110.31320.3625.9357.65
HexAF779C020B1F1401a3a
Octal25716723404013375003272
Binary10101111111011110011100010000010111111110100000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF779C; }

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

 H1.HeaderClassName
 {
   color: #AF779C;
 }
 .AnyTagClassName
 {
   color: #AF779C;
 }
</style>
background-color css

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

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

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

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

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

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