#AF7998

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

Shades of Bouquet #AF7998

Tints of Bouquet #AF7998

Color information

#AF7998 (or 0xAF7998) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 98. RGB value is (175,121,152). Sum of RGB (Red+Green+Blue) = 175+121+152=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7998 is #508667. Grayscale: #8C8C8C. Windows color (decimal): -5277288 or 9992623. OLE color: 9992623.

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

Color convert

RGB175121152-
CMYK00.310.130.31
HSL325.56º25.23%58.04%-
HSV(B)325.56º30.86%68.63%-
XYZ30.1825.0632.95-
YUV140.68134.39152.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=39.06%
G=27.01%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512115200.310.130.31325.5625.2358.04
HexAF799801FD1F146193a
Octal25717123003715375063172
Binary1010111111110011001100001111111011111110100011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7998; }

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

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

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

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

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

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

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

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