#AF7296

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

Shades of Bouquet #AF7296

Tints of Bouquet #AF7296

Color information

#AF7296 (or 0xAF7296) is unknown color: approx Bouquet. HEX triplet: AF, 72 and 96. RGB value is (175,114,150). Sum of RGB (Red+Green+Blue) = 175+114+150=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7296 is #508D69. Grayscale: #888888. Windows color (decimal): -5279082 or 9859759. OLE color: 9859759.

HSL color Cylindrical-coordinate representation of color #AF7296: hue angle of 324.59º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7296 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175114150-
CMYK00.350.140.31
HSL324.59º27.6%56.67%-
HSV(B)324.59º34.86%68.63%-
XYZ29.223.3531.82-
YUV136.34135.71155.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=39.86%
G=25.97%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511415000.350.140.31324.5927.656.67
HexAF7296023E1F1451c39
Octal25716222604316375053471
Binary10101111111001010010110010001111101111110100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7296; }

 p { color: rgb(175,114,150); }

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

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

 a { background-color: rgb(175,114,150); }

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

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

 span { border-color: rgb(175,114,150); }

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