#AF7491

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

Shades of Bouquet #AF7491

Tints of Bouquet #AF7491

Color information

#AF7491 (or 0xAF7491) is unknown color: approx Bouquet. HEX triplet: AF, 74 and 91. RGB value is (175,116,145). Sum of RGB (Red+Green+Blue) = 175+116+145=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7491 is #508B6E. Grayscale: #888888. Windows color (decimal): -5278575 or 9532591. OLE color: 9532591.

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

Color convert

RGB175116145-
CMYK00.340.170.31
HSL330.51º26.94%57.06%-
HSV(B)330.51º33.71%68.63%-
XYZ29.0423.6529.82-
YUV136.95132.55155.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=40.14%
G=26.61%
B=33.26%

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
Decimal17511614500.340.170.31330.5126.9457.06
HexAF7491022111F14b1b39
Octal25716422104221375133371
Binary101011111110100100100010100010100011111110100101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7491; }

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

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

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

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

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

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

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

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