#AF839C

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

Shades of Bouquet #AF839C

Tints of Bouquet #AF839C

Color information

#AF839C (or 0xAF839C) is unknown color: approx Bouquet. HEX triplet: AF, 83 and 9C. RGB value is (175,131,156). Sum of RGB (Red+Green+Blue) = 175+131+156=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF839C is #507C63. Grayscale: #929292. Windows color (decimal): -5274724 or 10257327. OLE color: 10257327.

HSL color Cylindrical-coordinate representation of color #AF839C: hue angle of 325.91º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF839C is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175131156-
CMYK00.250.110.31
HSL325.91º21.57%60%-
HSV(B)325.91º25.14%68.63%-
XYZ31.827.7535.13-
YUV147.01133.08147.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=37.88%
G=28.35%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513115600.250.110.31325.9121.5760
HexAF839C019B1F146163c
Octal25720323403113375062674
Binary10101111100000111001110001100110111111110100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF839C; }

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

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

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

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

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

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

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

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