#AF839E

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

Shades of Bouquet #AF839E

Tints of Bouquet #AF839E

Color information

#AF839E (or 0xAF839E) is unknown color: approx Bouquet. HEX triplet: AF, 83 and 9E. RGB value is (175,131,158). Sum of RGB (Red+Green+Blue) = 175+131+158=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF839E is #507C61. Grayscale: #939393. Windows color (decimal): -5274722 or 10388399. OLE color: 10388399.

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

Color convert

RGB175131158-
CMYK00.250.100.31
HSL323.18º21.57%60%-
HSV(B)323.18º25.14%68.63%-
XYZ31.9727.8236.03-
YUV147.23134.08147.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=37.72%
G=28.23%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513115800.250.100.31323.1821.5760
HexAF839E019A1F143163c
Octal25720323603112375032674
Binary10101111100000111001111001100110101111110100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF839E; }

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

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

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

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

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

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

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

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