#AF7392

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

Shades of Bouquet #AF7392

Tints of Bouquet #AF7392

Color information

#AF7392 (or 0xAF7392) is unknown color: approx Bouquet. HEX triplet: AF, 73 and 92. RGB value is (175,115,146). Sum of RGB (Red+Green+Blue) = 175+115+146=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7392 is #508C6D. Grayscale: #888888. Windows color (decimal): -5278830 or 9597871. OLE color: 9597871.

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

Color convert

RGB175115146-
CMYK00.340.170.31
HSL329º27.27%56.86%-
HSV(B)329º34.29%68.63%-
XYZ2923.4530.19-
YUV136.47133.38155.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=40.14%
G=26.38%
B=33.49%

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
Decimal17511514600.340.170.3132927.2756.86
HexAF7392022111F1491b39
Octal25716322204221375113371
Binary101011111110011100100100100010100011111110100100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7392; }

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

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

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

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

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

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

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

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