#AF799F

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

Shades of Bouquet #AF799F

Tints of Bouquet #AF799F

Color information

#AF799F (or 0xAF799F) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 9F. RGB value is (175,121,159). Sum of RGB (Red+Green+Blue) = 175+121+159=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF799F is #508660. Grayscale: #8D8D8D. Windows color (decimal): -5277281 or 10451375. OLE color: 10451375.

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

Color convert

RGB175121159-
CMYK00.310.090.31
HSL317.78º25.23%58.04%-
HSV(B)317.78º30.86%68.63%-
XYZ30.7725.2936.06-
YUV141.48137.89151.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=38.46%
G=26.59%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512115900.310.090.31317.7825.2358.04
HexAF799F01F91F13e193a
Octal25717123703711374763172
Binary1010111111110011001111101111110011111110011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF799F; }

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

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

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

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

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

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

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

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