#AF7992

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

Shades of Bouquet #AF7992

Tints of Bouquet #AF7992

Color information

#AF7992 (or 0xAF7992) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 92. RGB value is (175,121,146). Sum of RGB (Red+Green+Blue) = 175+121+146=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7992 is #50866D. Grayscale: #8B8B8B. Windows color (decimal): -5277294 or 9599407. OLE color: 9599407.

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

Color convert

RGB175121146-
CMYK00.310.170.31
HSL332.22º25.23%58.04%-
HSV(B)332.22º30.86%68.63%-
XYZ29.724.8630.43-
YUV140131.39152.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=39.59%
G=27.38%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512114600.310.170.31332.2225.2358.04
HexAF799201F111F14c193a
Octal25717122203721375143172
Binary10101111111100110010010011111100011111110100110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7992; }

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

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

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

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

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

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

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

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