#AF7391

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

Shades of Bouquet #AF7391

Tints of Bouquet #AF7391

Color information

#AF7391 (or 0xAF7391) is unknown color: approx Bouquet. HEX triplet: AF, 73 and 91. RGB value is (175,115,145). Sum of RGB (Red+Green+Blue) = 175+115+145=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7391 is #508C6E. Grayscale: #888888. Windows color (decimal): -5278831 or 9532335. OLE color: 9532335.

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

Color convert

RGB175115145-
CMYK00.340.170.31
HSL330º27.27%56.86%-
HSV(B)330º34.29%68.63%-
XYZ28.9223.4229.78-
YUV136.36132.88155.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=40.23%
G=26.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511514500.340.170.3133027.2756.86
HexAF7391022111F14a1b39
Octal25716322104221375123371
Binary101011111110011100100010100010100011111110100101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7391; }

 p { color: rgb(175,115,145); }

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

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

 a { background-color: rgb(175,115,145); }

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

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

 span { border-color: rgb(175,115,145); }

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