#AF7994

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

Shades of Bouquet #AF7994

Tints of Bouquet #AF7994

Color information

#AF7994 (or 0xAF7994) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 94. RGB value is (175,121,148). Sum of RGB (Red+Green+Blue) = 175+121+148=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7994 is #50866B. Grayscale: #8C8C8C. Windows color (decimal): -5277292 or 9730479. OLE color: 9730479.

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

Color convert

RGB175121148-
CMYK00.310.150.31
HSL330º25.23%58.04%-
HSV(B)330º30.86%68.63%-
XYZ29.8624.9331.25-
YUV140.22132.39152.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=39.41%
G=27.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512114800.310.150.3133025.2358.04
HexAF799401FF1F14a193a
Octal25717122403717375123172
Binary1010111111110011001010001111111111111110100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7994; }

 p { color: rgb(175,121,148); }

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

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

 a { background-color: rgb(175,121,148); }

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

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

 span { border-color: rgb(175,121,148); }

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