#AF729F

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

Shades of Bouquet #AF729F

Tints of Bouquet #AF729F

Color information

#AF729F (or 0xAF729F) is unknown color: approx Bouquet. HEX triplet: AF, 72 and 9F. RGB value is (175,114,159). Sum of RGB (Red+Green+Blue) = 175+114+159=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF729F is #508D60. Grayscale: #898989. Windows color (decimal): -5279073 or 10449583. OLE color: 10449583.

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

Color convert

RGB175114159-
CMYK00.350.090.31
HSL315.74º27.6%56.67%-
HSV(B)315.74º34.86%68.63%-
XYZ29.9523.6535.79-
YUV137.37140.21154.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=39.06%
G=25.45%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511415900.350.090.31315.7427.656.67
HexAF729F02391F13c1c39
Octal25716223704311374743471
Binary10101111111001010011111010001110011111110011110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF729F; }

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

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

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

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

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

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

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

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