#AF7996

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

Shades of Bouquet #AF7996

Tints of Bouquet #AF7996

Color information

#AF7996 (or 0xAF7996) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 96. RGB value is (175,121,150). Sum of RGB (Red+Green+Blue) = 175+121+150=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7996 is #508669. Grayscale: #8C8C8C. Windows color (decimal): -5277290 or 9861551. OLE color: 9861551.

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

Color convert

RGB175121150-
CMYK00.310.140.31
HSL327.78º25.23%58.04%-
HSV(B)327.78º30.86%68.63%-
XYZ30.0224.9932.1-
YUV140.45133.39152.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=39.24%
G=27.13%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512115000.310.140.31327.7825.2358.04
HexAF799601FE1F148193a
Octal25717122603716375103172
Binary1010111111110011001011001111111101111110100100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7996; }

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

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

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

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

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

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

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

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