#AF7A97

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

Shades of Bouquet #AF7A97

Tints of Bouquet #AF7A97

Color information

#AF7A97 (or 0xAF7A97) is unknown color: approx Bouquet. HEX triplet: AF, 7A and 97. RGB value is (175,122,151). Sum of RGB (Red+Green+Blue) = 175+122+151=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A97 is #508568. Grayscale: #8D8D8D. Windows color (decimal): -5277033 or 9927343. OLE color: 9927343.

HSL color Cylindrical-coordinate representation of color #AF7A97: hue angle of 327.17º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7A97 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175122151-
CMYK00.300.140.31
HSL327.17º24.88%58.24%-
HSV(B)327.17º30.29%68.63%-
XYZ30.2225.2732.56-
YUV141.15133.56152.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=39.06%
G=27.23%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512215100.300.140.31327.1724.8858.24
HexAF7A9701EE1F147193a
Octal25717222703616375073172
Binary1010111111110101001011101111011101111110100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A97; }

 p { color: rgb(175,122,151); }

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

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

 a { background-color: rgb(175,122,151); }

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

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

 span { border-color: rgb(175,122,151); }

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