#AF879D

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

Shades of Bouquet #AF879D

Tints of Bouquet #AF879D

Color information

#AF879D (or 0xAF879D) is unknown color: approx Bouquet. HEX triplet: AF, 87 and 9D. RGB value is (175,135,157). Sum of RGB (Red+Green+Blue) = 175+135+157=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF879D is #507862. Grayscale: #959595. Windows color (decimal): -5273699 or 10323887. OLE color: 10323887.

HSL color Cylindrical-coordinate representation of color #AF879D: hue angle of 327º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF879D is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175135157-
CMYK00.230.100.31
HSL327º20%60.78%-
HSV(B)327º22.86%68.63%-
XYZ32.4328.8835.76-
YUV149.47132.25146.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=37.47%
G=28.91%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513515700.230.100.313272060.78
HexAF879D017A1F147143d
Octal25720723502712375072475
Binary10101111100001111001110101011110101111110100011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF879D; }

 p { color: rgb(175,135,157); }

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

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

 a { background-color: rgb(175,135,157); }

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

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

 span { border-color: rgb(175,135,157); }

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