#AF7499

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

Shades of Bouquet #AF7499

Tints of Bouquet #AF7499

Color information

#AF7499 (or 0xAF7499) is unknown color: approx Bouquet. HEX triplet: AF, 74 and 99. RGB value is (175,116,153). Sum of RGB (Red+Green+Blue) = 175+116+153=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7499 is #508B66. Grayscale: #898989. Windows color (decimal): -5278567 or 10056879. OLE color: 10056879.

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

Color convert

RGB175116153-
CMYK00.340.130.31
HSL322.37º26.94%57.06%-
HSV(B)322.37º33.71%68.63%-
XYZ29.6723.933.19-
YUV137.86136.55154.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=39.41%
G=26.13%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511615300.340.130.31322.3726.9457.06
HexAF7499022D1F1421b39
Octal25716423104215375023371
Binary10101111111010010011001010001011011111110100001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7499; }

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

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

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

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

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

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

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

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