#AF749C

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

Shades of Bouquet #AF749C

Tints of Bouquet #AF749C

Color information

#AF749C (or 0xAF749C) is unknown color: approx Bouquet. HEX triplet: AF, 74 and 9C. RGB value is (175,116,156). Sum of RGB (Red+Green+Blue) = 175+116+156=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF749C is #508B63. Grayscale: #8A8A8A. Windows color (decimal): -5278564 or 10253487. OLE color: 10253487.

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

Color convert

RGB175116156-
CMYK00.340.110.31
HSL319.32º26.94%57.06%-
HSV(B)319.32º33.71%68.63%-
XYZ29.9324.0134.51-
YUV138.2138.05154.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=39.15%
G=25.95%
B=34.90%

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
Decimal17511615600.340.110.31319.3226.9457.06
HexAF749C022B1F13f1b39
Octal25716423404213374773371
Binary10101111111010010011100010001010111111110011111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF749C; }

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

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

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

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

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

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

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

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