#AF839D

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

Shades of Bouquet #AF839D

Tints of Bouquet #AF839D

Color information

#AF839D (or 0xAF839D) is unknown color: approx Bouquet. HEX triplet: AF, 83 and 9D. RGB value is (175,131,157). Sum of RGB (Red+Green+Blue) = 175+131+157=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF839D is #507C62. Grayscale: #939393. Windows color (decimal): -5274723 or 10322863. OLE color: 10322863.

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

Color convert

RGB175131157-
CMYK00.250.100.31
HSL324.55º21.57%60%-
HSV(B)324.55º25.14%68.63%-
XYZ31.8827.7835.58-
YUV147.12133.58147.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=37.80%
G=28.29%
B=33.91%

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
Decimal17513115700.250.100.31324.5521.5760
HexAF839D019A1F145163c
Octal25720323503112375052674
Binary10101111100000111001110101100110101111110100010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF839D; }

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

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

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

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

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

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

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

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