#af729c

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

Shades of Bouquet #AF729C

Tints of Bouquet #AF729C

Color information

#AF729C (or 0xAF729C) is unknown color: approx Bouquet. HEX triplet: AF, 72 and 9C. RGB value is (175,114,156). Sum of RGB (Red+Green+Blue) = 175+114+156=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF729C is #508D63. Grayscale: #888888. Windows color (decimal): -5279076 or 10252975. OLE color: 10252975.

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

Color convert

RGB175114156-
CMYK00.350.110.31
HSL318.69º27.6%56.67%-
HSV(B)318.69º34.86%68.63%-
XYZ29.723.5534.43-
YUV137.03138.71155.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=39.33%
G=25.62%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511415600.350.110.31318.6927.656.67
HexAF729C023B1F13f1c39
Octal25716223404313374773471
Binary10101111111001010011100010001110111111110011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af729c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af729c; }

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

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

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

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

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

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

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

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