#AF799C

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

Shades of Bouquet #AF799C

Tints of Bouquet #AF799C

Color information

#AF799C (or 0xAF799C) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 9C. RGB value is (175,121,156). Sum of RGB (Red+Green+Blue) = 175+121+156=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF799C is #508663. Grayscale: #8D8D8D. Windows color (decimal): -5277284 or 10254767. OLE color: 10254767.

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

Color convert

RGB175121156-
CMYK00.310.110.31
HSL321.11º25.23%58.04%-
HSV(B)321.11º30.86%68.63%-
XYZ30.5225.1934.71-
YUV141.14136.39152.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=38.72%
G=26.77%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512115600.310.110.31321.1125.2358.04
HexAF799C01FB1F141193a
Octal25717123403713375013172
Binary1010111111110011001110001111110111111110100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF799C; }

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

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

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

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

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

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

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

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