#AF7497

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

Shades of Bouquet #AF7497

Tints of Bouquet #AF7497

Color information

#AF7497 (or 0xAF7497) is unknown color: approx Bouquet. HEX triplet: AF, 74 and 97. RGB value is (175,116,151). Sum of RGB (Red+Green+Blue) = 175+116+151=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7497 is #508B68. Grayscale: #898989. Windows color (decimal): -5278569 or 9925807. OLE color: 9925807.

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

Color convert

RGB175116151-
CMYK00.340.140.31
HSL324.41º26.94%57.06%-
HSV(B)324.41º33.71%68.63%-
XYZ29.5123.8432.32-
YUV137.63135.55154.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=39.59%
G=26.24%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511615100.340.140.31324.4126.9457.06
HexAF7497022E1F1441b39
Octal25716422704216375043371
Binary10101111111010010010111010001011101111110100010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7497; }

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

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

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

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

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

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

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

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