#AF849E

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

Shades of Bouquet #AF849E

Tints of Bouquet #AF849E

Color information

#AF849E (or 0xAF849E) is unknown color: approx Bouquet. HEX triplet: AF, 84 and 9E. RGB value is (175,132,158). Sum of RGB (Red+Green+Blue) = 175+132+158=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF849E is #507B61. Grayscale: #939393. Windows color (decimal): -5274466 or 10388655. OLE color: 10388655.

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

Color convert

RGB175132158-
CMYK00.250.100.31
HSL323.72º21.18%60.2%-
HSV(B)323.72º24.57%68.63%-
XYZ32.128.0936.08-
YUV147.82133.75147.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=37.63%
G=28.39%
B=33.98%

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
Decimal17513215800.250.100.31323.7221.1860.2
HexAF849E019A1F144153c
Octal25720423603112375042574
Binary10101111100001001001111001100110101111110100010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF849E; }

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

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

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

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

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

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

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

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