#AF7191

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

Shades of Bouquet #AF7191

Tints of Bouquet #AF7191

Color information

#AF7191 (or 0xAF7191) is unknown color: approx Bouquet. HEX triplet: AF, 71 and 91. RGB value is (175,113,145). Sum of RGB (Red+Green+Blue) = 175+113+145=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7191 is #508E6E. Grayscale: #878787. Windows color (decimal): -5279343 or 9531823. OLE color: 9531823.

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

Color convert

RGB175113145-
CMYK00.350.170.31
HSL329.03º27.93%56.47%-
HSV(B)329.03º35.43%68.63%-
XYZ28.722.9729.71-
YUV135.19133.54156.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 145 (57.03% from 255) = 33.49%
R=40.42%
G=26.10%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511314500.350.170.31329.0327.9356.47
HexAF7191023111F1491c38
Octal25716122104321375113470
Binary101011111110001100100010100011100011111110100100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7191; }

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

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

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

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

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

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

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

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