#AF739C

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

Shades of Bouquet #AF739C

Tints of Bouquet #AF739C

Color information

#AF739C (or 0xAF739C) is unknown color: approx Bouquet. HEX triplet: AF, 73 and 9C. RGB value is (175,115,156). Sum of RGB (Red+Green+Blue) = 175+115+156=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF739C is #508C63. Grayscale: #898989. Windows color (decimal): -5278820 or 10253231. OLE color: 10253231.

HSL color Cylindrical-coordinate representation of color #AF739C: hue angle of 319º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF739C is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175115156-
CMYK00.340.110.31
HSL319º27.27%56.86%-
HSV(B)319º34.29%68.63%-
XYZ29.8123.7834.47-
YUV137.61138.38154.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=39.24%
G=25.78%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511515600.340.110.3131927.2756.86
HexAF739C022B1F13f1b39
Octal25716323404213374773371
Binary10101111111001110011100010001010111111110011111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF739C; }

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

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

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

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

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

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

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

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